Small fixes

This commit is contained in:
Sercan Yemen 2018-01-12 10:19:10 +03:00
parent 8b590408b0
commit 9c06622efb
3 changed files with 5 additions and 3 deletions

View File

@ -4,8 +4,8 @@
position: relative; position: relative;
display: block; display: block;
width: 100%; width: 100%;
margin: 16px 0; margin: 16px 0 !important;
background-color: white; background-color: white !important;
color: #000; color: #000;
border-radius: 2px; border-radius: 2px;
transition: box-shadow 150ms ease; transition: box-shadow 150ms ease;

View File

@ -4,7 +4,7 @@
width: 344px; width: 344px;
min-width: 344px; min-width: 344px;
max-width: 344px; max-width: 344px;
padding-right: 24px; padding-right: 24px !important;
height: 100%; height: 100%;
.list { .list {
@ -36,6 +36,7 @@
position: relative; position: relative;
min-height: 32px; min-height: 32px;
padding: 0 16px; padding: 0 16px;
background: mat-color($mat-grey, 200) !important;
} }
} }

View File

@ -13,6 +13,7 @@
.card { .card {
display: flex; display: flex;
align-items: flex-start;
padding: 24px 24px 48px 24px; padding: 24px 24px 48px 24px;
margin-bottom: 96px; margin-bottom: 96px;