@include peertube-button-link;
@include button-with-icon(21px, 0, -2px);
- font-size: 15px;
font-weight: $font-semibold;
color: $grey-foreground-color;
background-color: $grey-background-color;
display: block;
}
- input, select {
- font-size: 15px
- }
-
.label-tags + span {
font-size: 15px;
}
}
tag {
- background-color: var(--inputColor) !important;
+ background-color: $grey-background-color !important;
+ color: #000 !important;
border-radius: 3px !important;
font-size: 15px !important;
- color: var(--mainForegroundColor) !important;
height: 30px !important;
line-height: 30px !important;
margin: 0 5px 0 0 !important;
top: -1px;
height: auto !important;
vertical-align: middle !important;
- fill: $grey-foreground-color !important;
+
+ path {
+ fill: $grey-foreground-color !important;
+ }
}
&:hover {
}
}
+.ui-chkbox {
-.ui-chkbox-box {
- &.ui-state-active {
- border-color: var(--mainColor) !important;
- background-color: var(--mainColor) !important;
+ &, .ui-chkbox-box {
+ width: 18px !important;
+ height: 18px !important;
}
- .ui-chkbox-icon {
- position: relative;
- overflow: visible !important;
-
- &:after {
- content: '';
- position: absolute;
- top: 1px;
- left: 7px;
- width: 5px;
- height: 13px;
- opacity: 0;
- transform: rotate(45deg) scale(0);
- border-right: 2px solid var(--mainBackgroundColor);
- border-bottom: 2px solid var(--mainBackgroundColor);
+ .ui-chkbox-box {
+ &.ui-state-active {
+ border-color: var(--mainColor) !important;
+ background-color: var(--mainColor) !important;
}
- &.pi-check:after {
- opacity: 1;
- transform: rotate(45deg) scale(1);
+ .ui-chkbox-icon {
+ position: relative;
+ overflow: visible !important;
+
+ &:after {
+ content: '';
+ position: absolute;
+ top: 1px;
+ left: 6px;
+ width: 5px;
+ height: 12px;
+ opacity: 0;
+ transform: rotate(45deg) scale(0);
+ border-right: 2px solid var(--mainBackgroundColor);
+ border-bottom: 2px solid var(--mainBackgroundColor);
+ }
+
+ &.pi-check:after {
+ opacity: 1;
+ transform: rotate(45deg) scale(1);
+ }
}
}
}
}
}
}
+
+.ui-widget {
+ font-family: $main-fonts !important;
+}