Ádding Select, Options to Coral Ui and steps with formField

This commit is contained in:
Belen Curcio
2017-02-02 11:31:43 -03:00
parent ad8d92a8ea
commit 65aa5e7e92
15 changed files with 230 additions and 102 deletions
+14 -1
View File
@@ -13,7 +13,7 @@
position: relative;
padding-left: 40px;
border-radius: 1px;
&:hover {
cursor: pointer;
}
@@ -27,6 +27,10 @@
border-color: transparent transparent transparent #00796B;
}
}
i {
opacity: 1;
}
}
&.active {
@@ -41,6 +45,15 @@
}
}
i {
transition: opacity 0.2s ease;
opacity: 0;
vertical-align: middle;
font-size: 16px;
margin-top: -5px;
margin-left: 8px;
}
span {
padding: 10px 20px;
margin-right: 10px;