1
0
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:
devfake
2015-06-24 12:44:10 +02:00
parent 3a40824fcc
commit 2b5f67b5e9
4 changed files with 49 additions and 17 deletions

View File

@@ -18,7 +18,7 @@
right: 0;
bottom: 0;
background: rgba(14, 27, 43, .5);
z-index: 10;
z-index: 9999;
opacity: 0;
visibility: hidden;

View File

@@ -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 {