mirror of
https://github.com/exane/not-gwent-online
synced 2025-07-31 04:43:35 +00:00
deck view
This commit is contained in:
assets/data
site/client
app
modules
deck-builder
assets
@@ -10,7 +10,7 @@ body {
|
||||
|
||||
body {
|
||||
width: 100%;
|
||||
min-width: 1000px;
|
||||
min-width: 1200px;
|
||||
overflow: hidden;
|
||||
font-family: 'Titillium Web', sans-serif;
|
||||
}
|
||||
|
@@ -219,6 +219,24 @@
|
||||
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 );
|
||||
|
||||
.heading-decks {
|
||||
float: left;
|
||||
width: 53%;
|
||||
}
|
||||
|
||||
.heading-my-deck {
|
||||
float: left;
|
||||
width: 47%;
|
||||
}
|
||||
|
||||
span {
|
||||
float: left;
|
||||
font-size: 17px;
|
||||
color: #435365;
|
||||
font-weight: 600;
|
||||
margin: 0 0 0 20px;
|
||||
}
|
||||
|
||||
a {
|
||||
font-size: 17px;
|
||||
color: #435365;
|
||||
@@ -229,6 +247,7 @@
|
||||
&.active {
|
||||
color: #c3cdd8;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user