pull/280/head
vinceliuice 3 years ago
parent 5cc8dd18c2
commit 0b65aee0a2

@ -2047,7 +2047,7 @@ notebook {
box-shadow: inset -1px 0 $solid-border; box-shadow: inset -1px 0 $solid-border;
> tabs { > tabs {
margin: 0 4px 0 0; margin: 0 0 0 4px;
> tab { > tab {
border-radius: $corner-radius 0 0 $corner-radius; border-radius: $corner-radius 0 0 $corner-radius;
@ -2060,7 +2060,7 @@ notebook {
box-shadow: inset 1px 0 $solid-border; box-shadow: inset 1px 0 $solid-border;
> tabs { > tabs {
margin: 0 0 0 4px; margin: 0 4px 0 0;
> tab { > tab {
border-radius: 0 $corner-radius $corner-radius 0; border-radius: 0 $corner-radius $corner-radius 0;

@ -2353,7 +2353,7 @@ notebook > header.left {
} }
notebook > header.left > tabs { notebook > header.left > tabs {
margin: 0 4px 0 0; margin: 0 0 0 4px;
} }
notebook > header.left > tabs > tab { notebook > header.left > tabs > tab {
@ -2366,7 +2366,7 @@ notebook > header.right {
} }
notebook > header.right > tabs { notebook > header.right > tabs {
margin: 0 0 0 4px; margin: 0 4px 0 0;
} }
notebook > header.right > tabs > tab { notebook > header.right > tabs > tab {

@ -2357,7 +2357,7 @@ notebook > header.left {
} }
notebook > header.left > tabs { notebook > header.left > tabs {
margin: 0 4px 0 0; margin: 0 0 0 4px;
} }
notebook > header.left > tabs > tab { notebook > header.left > tabs > tab {
@ -2370,7 +2370,7 @@ notebook > header.right {
} }
notebook > header.right > tabs { notebook > header.right > tabs {
margin: 0 0 0 4px; margin: 0 4px 0 0;
} }
notebook > header.right > tabs > tab { notebook > header.right > tabs > tab {

@ -2357,7 +2357,7 @@ notebook > header.left {
} }
notebook > header.left > tabs { notebook > header.left > tabs {
margin: 0 4px 0 0; margin: 0 0 0 4px;
} }
notebook > header.left > tabs > tab { notebook > header.left > tabs > tab {
@ -2370,7 +2370,7 @@ notebook > header.right {
} }
notebook > header.right > tabs { notebook > header.right > tabs {
margin: 0 0 0 4px; margin: 0 4px 0 0;
} }
notebook > header.right > tabs > tab { notebook > header.right > tabs > tab {

@ -2357,7 +2357,7 @@ notebook > header.left {
} }
notebook > header.left > tabs { notebook > header.left > tabs {
margin: 0 4px 0 0; margin: 0 0 0 4px;
} }
notebook > header.left > tabs > tab { notebook > header.left > tabs > tab {
@ -2370,7 +2370,7 @@ notebook > header.right {
} }
notebook > header.right > tabs { notebook > header.right > tabs {
margin: 0 0 0 4px; margin: 0 4px 0 0;
} }
notebook > header.right > tabs > tab { notebook > header.right > tabs > tab {

@ -2357,7 +2357,7 @@ notebook > header.left {
} }
notebook > header.left > tabs { notebook > header.left > tabs {
margin: 0 4px 0 0; margin: 0 0 0 4px;
} }
notebook > header.left > tabs > tab { notebook > header.left > tabs > tab {
@ -2370,7 +2370,7 @@ notebook > header.right {
} }
notebook > header.right > tabs { notebook > header.right > tabs {
margin: 0 0 0 4px; margin: 0 4px 0 0;
} }
notebook > header.right > tabs > tab { notebook > header.right > tabs > tab {

@ -2353,7 +2353,7 @@ notebook > header.left {
} }
notebook > header.left > tabs { notebook > header.left > tabs {
margin: 0 4px 0 0; margin: 0 0 0 4px;
} }
notebook > header.left > tabs > tab { notebook > header.left > tabs > tab {
@ -2366,7 +2366,7 @@ notebook > header.right {
} }
notebook > header.right > tabs { notebook > header.right > tabs {
margin: 0 0 0 4px; margin: 0 4px 0 0;
} }
notebook > header.right > tabs > tab { notebook > header.right > tabs > tab {

Loading…
Cancel
Save