You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

38 lines
742 B

.c_blue300{
background: #64B5F6!important;
color: #ffffff!important;
}
.c_red300{
background: #E57373!important;
color: #ffffff!important;
}
.g_button{
border: none;
border-radius: 2px;
position: relative;
padding: 8px 30px;
margin: 10px 1px;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0;
will-change: box-shadow, transform;
outline: 0;
cursor: pointer;
text-decoration: none;
background: transparent;
display: inline-block;
text-align: center;
white-space: nowrap;
vertical-align: middle;
}
.g_floatRight{
float: right;
}
.g_selected{
border: 4px solid yellow;
}
.g_unselected{
border: 4px solid white;
}