mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 00:16:27 +02:00
Created the mode display
This commit is contained in:
@@ -24,7 +24,7 @@ div {
|
|||||||
background-color: rgb(30, 33, 38);
|
background-color: rgb(30, 33, 38);
|
||||||
|
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat( 7, auto );
|
grid-template-columns: 50px repeat( 6, auto );
|
||||||
}
|
}
|
||||||
#radar > div {
|
#radar > div {
|
||||||
border: 1px solid orange;
|
border: 1px solid orange;
|
||||||
@@ -35,11 +35,25 @@ div {
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: 50% 50%;
|
grid-template-rows: 50% 50%;
|
||||||
}
|
}
|
||||||
|
#radar .modes div {
|
||||||
|
display: grid;
|
||||||
|
grid-template-rows: repeat( 3, auto );
|
||||||
|
|
||||||
|
margin: 15px 0;
|
||||||
|
|
||||||
|
border: 1px dotted red;
|
||||||
|
}
|
||||||
|
|
||||||
#radar .modes .mode_text {
|
#radar .modes .mode_text {
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
font-family: Verdana;
|
font-family: Verdana;
|
||||||
font-size: 10px;
|
font-size: 12px;
|
||||||
line-height: 27px;
|
|
||||||
margin-left: 13px;
|
text-align: center;
|
||||||
|
|
||||||
|
margin: auto;
|
||||||
|
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user