initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
/* 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;
|
||||
}
|
||||
Reference in New Issue
Block a user