mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-20 13:36:20 +00:00
Added primary color alfa and tables color
This commit is contained in:
committed by
Alejandro Celaya
parent
13c681dc39
commit
53f16ac8b5
@@ -18,7 +18,6 @@
|
||||
|
||||
@media (min-width: $mdMin) {
|
||||
padding: 30px 15px 15px;
|
||||
border-right: 1px solid rgba(0, 0, 0, .07);
|
||||
}
|
||||
|
||||
@media (max-width: $smMax) {
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
z-index: 1035;
|
||||
font-size: 1.5rem;
|
||||
cursor: pointer;
|
||||
color: rgba(255, 255, 255, .5);
|
||||
color: var(--primary-color-alfa);
|
||||
|
||||
@media (max-width: $smMax) {
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user