Revert "make navbar brown again"
This reverts commit 18224e14f7b9ee356450bae54959b770c5ec4c7c.
This commit is contained in:
committed by
Berkeley Martinez
parent
a33d295231
commit
4ee8cf0833
@ -42,13 +42,17 @@ html {
|
|||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=checkbox] {
|
//input[type=checkbox] {
|
||||||
/* Double-sized Checkboxes */
|
// /* Double-sized Checkboxes */
|
||||||
-ms-transform: scale(2); /* IE */
|
// -ms-transform: scale(2); /* IE */
|
||||||
-moz-transform: scale(2); /* FF */
|
// -moz-transform: scale(2); /* FF */
|
||||||
-webkit-transform: scale(2); /* Safari and Chrome */
|
// -webkit-transform: scale(2); /* Safari and Chrome */
|
||||||
-o-transform: scale(2); /* Opera */
|
// -o-transform: scale(2); /* Opera */
|
||||||
padding: 10px;
|
// padding: 10px;
|
||||||
|
//}
|
||||||
|
|
||||||
|
.btn-group {
|
||||||
|
border-color: @brand-primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.full-screen-body-background {
|
body.full-screen-body-background {
|
||||||
@ -428,7 +432,7 @@ thead {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navbar-right {
|
.navbar-right {
|
||||||
background-color: #4a2b0f;
|
background-color: #215f1e;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
>>>>>>> start simplifying views
|
>>>>>>> start simplifying views
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user