ui tweaks

This commit is contained in:
Eugene Pankov 2021-09-25 00:07:33 +02:00
parent 1674ec1ebf
commit b94a943694
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4
2 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,8 @@
height: 100vh;
display: flex;
animation: 0.5s ease-out fadeIn;
background: radial-gradient(#3a66820a 0%, #000e17 30%, black 100%);
background-image: radial-gradient(#3a66820a 0%, #000e17 30%, black 100%);
background-color: black;
&>div {
width: 200px;

View file

@ -3,7 +3,7 @@ div
h1.tabby-title Tabby
sup α
.list-group.list-group-light
.list-group.list-group-light.mb-4
a.list-group-item.list-group-item-action.d-flex(
*ngFor='let button of getButtons(); trackBy: buttonsTrackBy',
(click)='button.click()',