Update box shadow for panels.
Box shadow value should be stored and referenced as a variable.
This commit is contained in:
@@ -387,8 +387,8 @@
|
||||
}
|
||||
|
||||
.application-list-item {
|
||||
box-shadow: $box-shadow;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 4px 8px 1px rgba(230,230,230,0.5), -4px 4px 8px 1px rgba(230,230,230,0.5);
|
||||
margin-bottom: 6 * $gap;
|
||||
|
||||
.col {
|
||||
@@ -476,7 +476,6 @@
|
||||
}
|
||||
|
||||
table {
|
||||
box-shadow: 0 6px 18px 0 rgba(144,164,183,0.3);
|
||||
thead {
|
||||
th:first-child {
|
||||
padding-left: 3 * $gap;
|
||||
|
Reference in New Issue
Block a user