mirror of
https://github.com/exane/not-gwent-online
synced 2025-12-08 10:13:09 +00:00
test styling
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background: rgba(14, 27, 43, .5);
|
||||
z-index: 10;
|
||||
z-index: 9999;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
|
||||
|
||||
@@ -218,6 +218,18 @@
|
||||
background: -ms-linear-gradient(top, rgba(8,13,20,1) 0%,rgba(8,13,20,1) 36%,rgba(8,13,20,0.85) 100%);
|
||||
background: linear-gradient(to bottom, rgba(8,13,20,1) 0%,rgba(8,13,20,1) 36%,rgba(8,13,20,0.85) 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080d14', endColorstr='#d9080d14',GradientType=0 );
|
||||
|
||||
a {
|
||||
font-size: 17px;
|
||||
color: #435365;
|
||||
margin: 0 0 0 30px;
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
|
||||
&.active {
|
||||
color: #c3cdd8;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.clear-space {
|
||||
|
||||
Reference in New Issue
Block a user