minimal changes to class nav-tabs styling
This commit is contained in:
@@ -119,13 +119,8 @@
|
|||||||
// TABS
|
// TABS
|
||||||
// ----
|
// ----
|
||||||
|
|
||||||
// Give the tabs something to sit on
|
|
||||||
.nav-tabs {
|
|
||||||
border-bottom: 1px solid @purple-l3;
|
|
||||||
}
|
|
||||||
// Make the list-items overlay the bottom border
|
// Make the list-items overlay the bottom border
|
||||||
.nav-tabs > li {
|
.nav-tabs > li {
|
||||||
margin-bottom: -1px;
|
|
||||||
|
|
||||||
&.dropdown {
|
&.dropdown {
|
||||||
margin-bottom: -3px;
|
margin-bottom: -3px;
|
||||||
@@ -137,11 +132,13 @@
|
|||||||
}
|
}
|
||||||
// Actual tabs (as links)
|
// Actual tabs (as links)
|
||||||
.nav-tabs > li > a {
|
.nav-tabs > li > a {
|
||||||
|
position: relative;
|
||||||
color: @gray-3;
|
color: @gray-3;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
line-height: @baseLineHeight;
|
line-height: @baseLineHeight;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
|
transform: translateY(1px);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: @black;
|
color: @black;
|
||||||
@@ -183,10 +180,6 @@
|
|||||||
.show-validation .nav-tabs > li.active.error > a:focus {
|
.show-validation .nav-tabs > li.active.error > a:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
.umb-nav-tabs {
|
|
||||||
margin: -8px 0 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
// PILLS
|
// PILLS
|
||||||
// -----
|
// -----
|
||||||
|
|
||||||
|
|||||||
@@ -358,6 +358,7 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 99px;
|
height: 99px;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.umb-panel-header-content {
|
.umb-panel-header-content {
|
||||||
@@ -436,7 +437,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.umb-panel-header .umb-nav-tabs {
|
.umb-panel-header .umb-nav-tabs {
|
||||||
bottom: -1px;
|
bottom: 0;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.umb-panel-header-name-input {
|
input.umb-panel-header-name-input {
|
||||||
|
|||||||
Reference in New Issue
Block a user