Merge pull request #3268 from bechi/ui-glidera-01

UI-Glidera
This commit is contained in:
Gustavo Maximiliano Cortez 2015-10-05 11:32:14 -03:00
commit b817a14a65
9 changed files with 248 additions and 34 deletions

View file

@ -502,6 +502,12 @@ input[type=number]::-webkit-outer-spin-button {
border: 1px solid #4B6178;
}
.label.outline.gray {
font-size: 90%;
background: transparent;
border: 1px solid #A9B6C2;
}
.label.success {background-color: #1ABC9C;}
.label.alert {background-color: #ED4A43;}
.label.gray {background-color: #4B6178;}
@ -1046,6 +1052,10 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
font-size: 14px;
}
.bg-gray {
background-color: #F1F3F5;
}
.bg-circle {
background: #253547;
border-radius: 100%;