mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
ux(): restored style for tabbed-view-title
This commit is contained in:
parent
26c5029256
commit
5e553e40fa
@ -1,7 +1,7 @@
|
||||
.tabbed-view {
|
||||
background-color: $page-bg;
|
||||
background-image: linear-gradient(60deg, transparent 70%, darken($page-bg, 4%) 98%);
|
||||
margin: -($spacer/2);
|
||||
margin: -($spacer/2) 0 $spacer*2 0;
|
||||
padding: $spacer*2;
|
||||
}
|
||||
|
||||
@ -15,6 +15,12 @@
|
||||
border-bottom: 1px solid transparent;
|
||||
}
|
||||
|
||||
.tabbed-view-title {
|
||||
margin-left: $spacer*2;
|
||||
float: left;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.tabbed-view-close-btn {
|
||||
float: right;
|
||||
padding: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user