minor stylings for initial release

This commit is contained in:
Solomon Laing 2021-04-02 21:47:43 +10:30
parent 8fd679489c
commit 9d568df286
6 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
@use 'src/app/shared/styles/_variables.color' as colors; @use 'src/app/shared/styles/_variables.color' as colors;
:host { :host {
padding: 0 20px 0 20px; padding: 0 40px 0 40px;
margin: 10px 0 10px 0; margin: 10px 0 10px 0;
} }

View File

@ -6,5 +6,5 @@
flex-grow: 1; flex-grow: 1;
overflow-y: auto; overflow-y: auto;
padding: 0 20px 0 20px; padding: 0 20px 0 20px;
margin: 50px 140px 10px 140px; margin: 0 140px 10px 140px;
} }

View File

@ -2,7 +2,7 @@
:host { :host {
padding: 0 20px 0 20px; padding: 0 20px 0 20px;
margin: 50px 140px 10px 140px; margin: 0 140px 10px 140px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-items: center; justify-items: center;

View File

@ -1,8 +1,8 @@
@use 'src/app/shared/styles/_variables.color'as colors; @use 'src/app/shared/styles/_variables.color'as colors;
:host { :host {
padding: 0 20px 0 20px; padding: 0 90px 0 90px;
margin: 10px 0 10px 0; margin: 10px 0 60px 0;
} }
ul { ul {

View File

@ -6,5 +6,5 @@
flex-grow: 1; flex-grow: 1;
overflow-y: auto; overflow-y: auto;
padding: 0 20px 0 20px; padding: 0 20px 0 20px;
margin: 50px 140px 10px 140px; margin: 0 140px 10px 140px;
} }

View File

@ -6,5 +6,5 @@
flex-grow: 1; flex-grow: 1;
overflow-y: auto; overflow-y: auto;
padding: 0 20px 0 20px; padding: 0 20px 0 20px;
margin: 50px 140px 10px 140px; margin: 0 140px 10px 140px;
} }