Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save michellephung/c5dbf354862a447ae2bd to your computer and use it in GitHub Desktop.
Save michellephung/c5dbf354862a447ae2bd to your computer and use it in GitHub Desktop.
dante;s color changes
/*@import "../../../../../assets/less/variables.less”;
@toggleColor: @red;
.toggle-states {
width: 182px;
height: 41px;
text-align: center;
.input-toggle-hidden {
display: none;
}
.toggle-title {
font-size: 11px;
color: #838383;
margin-bottom: 3px;
}
.toggles {
color: #838383;
border: 1px solid #ccc;
height: 22px;
.toggle-state-button {
background: #fff;
margin: 0px;
padding: 0px;
width: 90px;
font-size: 11px;
&.left {
float: left;
}
&.right {
float: right;
}
}
input[type="radio"]:checked+label{
//font-weight: bold;
background: @darkRed;
color: white;
}
}
}
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment