mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-31 02:26:50 +10:00
Fix menu item button styles
This commit is contained in:
parent
8f1f19a5d6
commit
1f1c2cda65
1 changed files with 12 additions and 9 deletions
|
|
@ -68,21 +68,22 @@
|
|||
|
||||
.menuItem {
|
||||
@apply --marketplaceSearchFilterOptionFontStyles;
|
||||
color: var(--matterColor);
|
||||
|
||||
/* Layout */
|
||||
position: relative;
|
||||
display: block;
|
||||
|
||||
/* Dimensions */
|
||||
min-width: 300px;
|
||||
margin: 0;
|
||||
padding: 4px 30px;
|
||||
|
||||
color: var(--matterColor);
|
||||
/* Override button styles */
|
||||
outline: none;
|
||||
text-align: left;
|
||||
border: none;
|
||||
|
||||
&:focus,
|
||||
&:hover {
|
||||
color: var(--matterColorDark);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
&:hover .menuItemBorder {
|
||||
|
|
@ -97,15 +98,17 @@
|
|||
|
||||
/* Layout */
|
||||
position: relative;
|
||||
display: block;
|
||||
|
||||
/* Dimensions */
|
||||
min-width: 300px;
|
||||
margin: 0;
|
||||
padding: 35px 30px 19px 30px;
|
||||
|
||||
/* Override button styles */
|
||||
outline: none;
|
||||
text-align: left;
|
||||
border: none;
|
||||
|
||||
&:focus,
|
||||
&:hover {
|
||||
color: var(--matterColor);
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue