Skip to content

Instantly share code, notes, and snippets.

@IsaacGonzalez
Created September 30, 2013 07:18
Show Gist options
  • Save IsaacGonzalez/6760337 to your computer and use it in GitHub Desktop.
Save IsaacGonzalez/6760337 to your computer and use it in GitHub Desktop.
verde: #007839
morado: #734DB6
naranja:  #FF931E
verde marica: #39B54A
amarillo: #D9E021
Ocre: #F9C73D
.boton-morado, boton-morado:hover{
background: #734DB6 !important;
box-shadow: none !important;
text-shadow: none !important;
color: white !important;
border: none !important;
float: right;
margin-right: 10px;
}
.boton-naranja, boton-naranja:hover{
background: #FF931E !important;
box-shadow: none !important;
text-shadow: none !important;
color: white !important;
border: none !important;
float: right;
margin-right: 10px;
position: relative;
top: -32px;
}
select{
font-family: 'Conv_HelveticaNeue-Condensed' !important;
margin: 0px 10px 0px 105px;
background: rgb(228, 228, 228);
padding: 6px;
font-size: 15px;
border: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment