Commit ceb8f9df authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Remove custom css for panels and navs

parent 3cbc0b1c
...@@ -131,10 +131,6 @@ ...@@ -131,10 +131,6 @@
} }
} }
} }
&.nav-small-tabs > li > a {
padding: 6px 9px;
}
} }
.nav-tabs > li > a, .nav-tabs > li > a,
...@@ -142,15 +138,6 @@ ...@@ -142,15 +138,6 @@
color: #666; color: #666;
} }
.nav-compact > li > a {
padding: 6px 12px;
}
.nav-small > li > a {
padding: 3px 5px;
font-size: 12px;
}
/** /**
* fix to keep tooltips position in top navigation bar * fix to keep tooltips position in top navigation bar
* *
...@@ -165,10 +152,7 @@ ...@@ -165,10 +152,7 @@
* *
*/ */
.panel { .panel {
@include border-radius(0px);
.panel-heading { .panel-heading {
@include border-radius(0px);
font-size: 14px; font-size: 14px;
line-height: 18px; line-height: 18px;
...@@ -206,41 +190,3 @@ ...@@ -206,41 +190,3 @@
} }
} }
} }
.panel-default {
.panel-heading {
background-color: #EEE;
}
}
.panel-danger {
@include panel-colored;
.panel-heading {
color: $gl-danger;
border-color: $gl-danger;
}
}
.panel-success {
@include panel-colored;
.panel-heading {
color: $gl-success;
border-color: $gl-success;
}
}
.panel-primary {
@include panel-colored;
.panel-heading {
color: $gl-primary;
border-color: $gl-primary;
}
}
.panel-warning {
@include panel-colored;
.panel-heading {
color: $gl-warning;
border-color: $gl-warning;
}
}
...@@ -617,7 +617,7 @@ $font-size-base: $gl-font-size; ...@@ -617,7 +617,7 @@ $font-size-base: $gl-font-size;
//## Define alert colors, border radius, and padding. //## Define alert colors, border radius, and padding.
// $alert-padding: 15px // $alert-padding: 15px
// $alert-border-radius: $border-radius-base $alert-border-radius: 0;
// $alert-link-font-weight: bold // $alert-link-font-weight: bold
// $alert-success-bg: $state-success-bg // $alert-success-bg: $state-success-bg
...@@ -702,7 +702,7 @@ $font-size-base: $gl-font-size; ...@@ -702,7 +702,7 @@ $font-size-base: $gl-font-size;
// $panel-body-padding: 15px // $panel-body-padding: 15px
// $panel-heading-padding: 10px 15px // $panel-heading-padding: 10px 15px
// $panel-footer-padding: $panel-heading-padding // $panel-footer-padding: $panel-heading-padding
// $panel-border-radius: $border-radius-base $panel-border-radius: 0;
//** Border color for elements within panels //** Border color for elements within panels
// $panel-inner-border: #ddd // $panel-inner-border: #ddd
......
...@@ -129,14 +129,3 @@ ...@@ -129,14 +129,3 @@
white-space: nowrap; white-space: nowrap;
max-width: $max_width; max-width: $max_width;
} }
@mixin panel-colored {
border: 1px solid #EEE;
background: $box_bg;
@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.09));
.panel-heading {
font-weight: bold;
background-color: $box_bg;
}
}
...@@ -31,11 +31,8 @@ ...@@ -31,11 +31,8 @@
li { li {
&.active { &.active {
a { a {
background-color: #EEE; background-color: whitesmoke !important;
border-bottom: 1px solid #EEE !important; border-bottom: 1px solid whitesmoke !important;
&:hover {
background: #eee;
}
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment