make navbar brown again
This commit is contained in:
committed by
Berkeley Martinez
parent
bcba082efc
commit
a33d295231
@ -42,17 +42,13 @@ 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 {
|
||||||
@ -94,7 +90,7 @@ h1, h2, h3, h4, h5, h6, p, li {
|
|||||||
|
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
background-color: #EEEEEE;
|
background-color: #EEEEEE;
|
||||||
// box-shadow: 0 0 5px #ccc, inset 0 0 0 #000;
|
// box-shadow: 0 0 5px #ccc, inset 0 0 0 #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Font Icons
|
// Font Icons
|
||||||
@ -370,7 +366,7 @@ ul {
|
|||||||
}
|
}
|
||||||
|
|
||||||
*, *:before, *:after {
|
*, *:before, *:after {
|
||||||
box-sizing: border-box !important;
|
box-sizing: border-box !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-big {
|
.btn-big {
|
||||||
@ -432,7 +428,7 @@ thead {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navbar-right {
|
.navbar-right {
|
||||||
background-color: #215f1e;
|
background-color: #4a2b0f;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
>>>>>>> start simplifying views
|
>>>>>>> start simplifying views
|
||||||
}
|
}
|
||||||
@ -685,8 +681,8 @@ div.CodeMirror-scroll {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
.bonfire-flames {
|
.bonfire-flames {
|
||||||
margin-top: -20px;
|
margin-top: -20px;
|
||||||
margin-bottom: -2px;
|
margin-bottom: -2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bonfire-top {
|
.bonfire-top {
|
||||||
@ -943,8 +939,8 @@ hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.checklist-element {
|
.checklist-element {
|
||||||
margin-left: -60px;
|
margin-left: -60px;
|
||||||
margin-right: -20px;
|
margin-right: -20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-social-icons {
|
.profile-social-icons {
|
||||||
@ -1005,7 +1001,7 @@ code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.gitter-chat-embed {
|
.gitter-chat-embed {
|
||||||
z-index: 20000 !important;
|
z-index: 20000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user