This commit is contained in:
Belen Curcio
2017-09-08 08:35:57 -03:00
parent 462fcb6b94
commit 05d643d3c3
7 changed files with 17 additions and 31 deletions
@@ -0,0 +1,29 @@
.root {
white-space: nowrap;
}
.button {
composes: buttonReset from "coral-framework/styles/reset.css";
padding: 6px;
font-size: 14px;
transition: color 100ms, background-color 100ms;
border-radius: 3px;
color: #383A43;
width: 100%;
text-align: left;
font-weight: bold;
letter-spacing: 0.3px;
&:hover {
background-color: #D8D8D8;
}
}
.icon {
margin-right: 15px;
font-size: 16px;
}
.approved {
color: #519954;
}