parent
bd8e17b749
commit
f3a86c6145
@ -1,12 +1,12 @@
|
|||||||
@import "colors";
|
@import "colors";
|
||||||
|
|
||||||
.view-details {
|
.view-details {
|
||||||
background-color: #01788E;
|
background-color: $blue;
|
||||||
font-family: 'Bitter', sans-serif;
|
font-family: 'Bitter', sans-serif;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: $white;
|
color: $white;
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
border: 0px;
|
border: 0;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in new issue