mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Reduced the heigh of the tabs, adjusted padding on h3
This commit is contained in:
parent
f6c49daaa6
commit
b86b8965f1
@ -28,6 +28,7 @@
|
|||||||
margin-left: $spacer*2;
|
margin-left: $spacer*2;
|
||||||
float: left;
|
float: left;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
padding-top: 0.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabbed-view-close-btn {
|
.tabbed-view-close-btn {
|
||||||
|
@ -44,19 +44,18 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.gf-tabs-link {
|
.gf-tabs-link {
|
||||||
padding: 0.80rem 1rem 0.60rem 1rem;
|
padding: 0.60rem 1rem 0.50rem 1rem;
|
||||||
margin-right: $spacer/2;
|
margin-right: $spacer/2;
|
||||||
line-height: $line-height-base;
|
line-height: $line-height-base;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 3px;
|
top: 5px;
|
||||||
|
|
||||||
@include border-radius(2px 2px 0 0);
|
@include border-radius(2px 2px 0 0);
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
border-color: rgba(216, 131, 40, 0.77);
|
color: $link-hover-color;
|
||||||
color: $link-color;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active,
|
&.active,
|
||||||
|
Loading…
Reference in New Issue
Block a user