++
This commit is contained in:
@@ -98,6 +98,11 @@
|
||||
font-size: var(--font-size);
|
||||
line-height: 1.5;
|
||||
font-weight: 700;
|
||||
|
||||
/*.ui-property:focus-within &
|
||||
{
|
||||
color: var(--color-accent-info);
|
||||
}*/
|
||||
}
|
||||
|
||||
.ui-property-label small
|
||||
|
||||
@@ -151,6 +151,7 @@
|
||||
font-weight: 700;
|
||||
color: var(--color-text);
|
||||
background: var(--color-box);
|
||||
box-shadow: var(--shadow-short);
|
||||
|
||||
.ui-tabs-list-item-count
|
||||
{
|
||||
@@ -178,17 +179,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
&:first-child.is-active:before
|
||||
&.is-active:after
|
||||
{
|
||||
content: '';
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
background: var(--color-box);
|
||||
left: 0;
|
||||
bottom: -8px;
|
||||
height: 8px;
|
||||
width: 8px;
|
||||
z-index: 0;
|
||||
right: 0;
|
||||
bottom: -4px;
|
||||
height: 5px;
|
||||
background: var(--color-box);
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
:root
|
||||
{
|
||||
--shadow: 0 3px 20px rgba(0, 0, 0, 0.07);
|
||||
--shadow-short: 0.5px 0.5px 2px 0 rgba(0, 0, 0, 0.06);
|
||||
--shadow-short: 0.5px 0.5px 3px 0 rgba(0, 0, 0, 0.06);
|
||||
//--shadow-dropdown: rgba(0, 0, 0, 0.15);
|
||||
--shadow-dropdown: 3px 6px 15px rgba(0, 0, 0, 0.07);
|
||||
--shadow-overlay: -30px 0 40px rgba(0, 0, 0, 0.07);
|
||||
|
||||
Reference in New Issue
Block a user