Styling and navigation logic
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
margin: 1rem .25em;
|
||||
border: 1px solid rgba(0,0,0,.125);
|
||||
border-radius: .25rem;
|
||||
background-color: #fff;
|
||||
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
|
||||
|
||||
> a {
|
||||
color: unset;
|
||||
@@ -21,9 +23,10 @@
|
||||
.card-header {
|
||||
background-color: red;
|
||||
padding: .75rem 1.25rem;
|
||||
background-color: rgba(0,0,0,.03);
|
||||
border: 0px solid rgba(0,0,0,.125);
|
||||
border-bottom-width: 1px;
|
||||
background-color: $primary-color;
|
||||
color: #fff;
|
||||
|
||||
@media screen and (max-width: $breakpoint-xs) {
|
||||
border-width: 1px;
|
||||
|
||||
Reference in New Issue
Block a user