23 lines
496 B
CSS
23 lines
496 B
CSS
/* Coded by [email protected] */
|
|||
|
|
|
||
|
|
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
|
||
|
|
|
||
|
|
body {
|
||
|
|
background-color: #111111;
|
||
|
|
font-family: "Roboto", sans-serif;
|
||
|
|
}
|
||
|
|
#country_flag {
|
||
|
|
position: relative;
|
||
|
|
width: 30px;
|
||
|
|
height: 20px;
|
||
|
|
top: 3px;
|
||
|
|
float: left;
|
||
|
|
margin-left: 25px;
|
||
|
|
}
|
||
|
|
ul.select-dropdown,
|
||
|
|
ul.dropdown-content {
|
||
|
|
width: auto !important;
|
||
|
|
}
|
||
|
|
.dropdown-content li > a, .dropdown-content li > span {
|
||
|
|
color: #313131 !important;
|
||
|
|
}
|