This commit is contained in:
2020-09-09 19:06:37 +02:00
parent 3240b2026d
commit 59a42b0e65
3 changed files with 13 additions and 8 deletions
@@ -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
+7 -7
View File
@@ -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;
}
}
+1 -1
View File
@@ -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);