mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
Small fixes
This commit is contained in:
parent
8b590408b0
commit
9c06622efb
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user