mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
🎨 styles: fix style active tab in acc page
:%s
This commit is contained in:
parent
cda96f21e3
commit
407acb7415
@ -1,7 +1,6 @@
|
|||||||
@import '../../../../../../styles/utilities';
|
@import '../../../../../../styles/utilities';
|
||||||
|
|
||||||
.accountNavigationItem {
|
.accountNavigationItem {
|
||||||
@apply shape-common;
|
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
padding: 1.2rem 1.6rem 1.2rem 0rem;
|
padding: 1.2rem 1.6rem 1.2rem 0rem;
|
||||||
|
|
||||||
@ -17,12 +16,13 @@
|
|||||||
color: white;
|
color: white;
|
||||||
padding: 1.2rem 1.6rem 1.2rem 1.6rem;
|
padding: 1.2rem 1.6rem 1.2rem 1.6rem;
|
||||||
margin-right: 1.6rem;
|
margin-right: 1.6rem;
|
||||||
|
|
||||||
@screen md {
|
@screen md {
|
||||||
@apply font-normal;
|
@apply font-normal;
|
||||||
background-color: #FBFBFB;
|
background-color: #FBFBFB;
|
||||||
border-radius: 0 1.6rem 1.6rem 0;
|
border-radius: 0 1.6rem 1.6rem 0;
|
||||||
color: #3D3D3D;
|
color: #3D3D3D;
|
||||||
|
clip-path: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user