Created
September 29, 2013 21:45
-
-
Save Kolesias123/6756874 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.merror { | |
display: none; | |
color: red; | |
margin: 5px 10px; | |
font-family: "Roboto", Arial; | |
} | |
.bgform { | |
p { | |
margin: 30px 0; | |
label { | |
font-family: "Be", "Open Sans", Arial; | |
font-size: 15px; | |
margin-bottom: 3px; | |
} | |
} | |
input:not([type="radio"]) { | |
border: 5px solid #E6E6E6; | |
border-radius: 8px; | |
padding: 5px 10px; | |
font-family: "PT Sans", "Open Sans", Arial; | |
width: 95%; | |
&:hover, | |
&:focus { | |
border: 5px solid #E6E6E6 !important; | |
} | |
} | |
input.error { | |
background: #FBEFEF; | |
border-color: #F19595 !important; | |
&:hover, | |
&:focus { | |
border-color: #F19595 !important; | |
} | |
} | |
select { | |
border: 5px solid #E6E6E6; | |
padding: 5px 10px; | |
width: 95%; | |
&:hover, | |
&:focus { | |
border: 5px solid #E6E6E6 !important; | |
} | |
} | |
} | |
.addserverform { | |
p[data-gametype] { | |
display: none; | |
} | |
} | |
form { | |
p { | |
font-family: "Open Sans", Arial; | |
color: #585858; | |
line-height: 20px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment