mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
tab fixes
This commit is contained in:
parent
c63ffe4f24
commit
e2630b94fd
@ -1,4 +1,7 @@
|
|||||||
.tab {
|
.tab {
|
||||||
|
// so the active tab line is sitting right on top of tabs border, not underneath it
|
||||||
|
margin-bottom: -1px;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
min-width: 50px;
|
min-width: 50px;
|
||||||
background-color: unset;
|
background-color: unset;
|
||||||
|
@ -20,12 +20,6 @@
|
|||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: fix style import order so this isn't required to override specificity of `tab` class
|
|
||||||
&__main-view &__tabs {
|
|
||||||
border: none;
|
|
||||||
padding: 0 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__main-view &__tab {
|
&__main-view &__tab {
|
||||||
@include H6;
|
@include H6;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user