|
@@ -11,61 +11,129 @@
|
|
|
|
|
|
.htButton {
|
|
.htButton {
|
|
.button();
|
|
.button();
|
|
- border-color: @htColor;
|
|
|
|
- color: @htColor;
|
|
|
|
- &:hover {
|
|
|
|
- background-color: @htColor;
|
|
|
|
|
|
+
|
|
|
|
+ @media @light {
|
|
|
|
+ border-color: @darkHtColor;
|
|
|
|
+ color: @darkHtColor;
|
|
|
|
+ &:hover {
|
|
|
|
+ background-color: @darkHtColor;
|
|
|
|
+ &::selection {
|
|
|
|
+ color: @darkHtColor;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
&::selection {
|
|
&::selection {
|
|
- color: @htColor;
|
|
|
|
|
|
+ background-color: @darkHtColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- &::selection {
|
|
|
|
- background-color: @htColor;
|
|
|
|
|
|
+
|
|
|
|
+ @media @dark {
|
|
|
|
+ border-color: @lightHtColor;
|
|
|
|
+ color: @lightHtColor;
|
|
|
|
+ &:hover {
|
|
|
|
+ background-color: @lightHtColor;
|
|
|
|
+ &::selection {
|
|
|
|
+ color: @lightHtColor;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ &::selection {
|
|
|
|
+ background-color: @lightHtColor;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.regButton {
|
|
.regButton {
|
|
.button();
|
|
.button();
|
|
- border-color: @regColor;
|
|
|
|
- color: @regColor;
|
|
|
|
- &:hover {
|
|
|
|
- background-color: @regColor;
|
|
|
|
|
|
+
|
|
|
|
+ @media @light {
|
|
|
|
+ border-color: @darkRegColor;
|
|
|
|
+ color: @darkRegColor;
|
|
|
|
+ &:hover {
|
|
|
|
+ background-color: @darkRegColor;
|
|
|
|
+ &::selection {
|
|
|
|
+ color: @darkRegColor;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
&::selection {
|
|
&::selection {
|
|
- color: @regColor;
|
|
|
|
|
|
+ background-color: @darkRegColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- &::selection {
|
|
|
|
- background-color: @regColor;
|
|
|
|
|
|
+
|
|
|
|
+ @media @dark {
|
|
|
|
+ border-color: @lightRegColor;
|
|
|
|
+ color: @lightRegColor;
|
|
|
|
+ &:hover {
|
|
|
|
+ background-color: @lightRegColor;
|
|
|
|
+ &::selection {
|
|
|
|
+ color: @lightRegColor;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ &::selection {
|
|
|
|
+ background-color: @lightRegColor;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.nsButton {
|
|
.nsButton {
|
|
.button();
|
|
.button();
|
|
- border-color: @nsColor;
|
|
|
|
- color: @nsColor;
|
|
|
|
- &:hover {
|
|
|
|
- background-color: @nsColor;
|
|
|
|
|
|
+
|
|
|
|
+ @media @light {
|
|
|
|
+ border-color: @darkNsColor;
|
|
|
|
+ color: @darkNsColor;
|
|
|
|
+ &:hover {
|
|
|
|
+ background-color: @darkNsColor;
|
|
|
|
+ &::selection {
|
|
|
|
+ color: @darkNsColor;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
&::selection {
|
|
&::selection {
|
|
- color: @nsColor;
|
|
|
|
|
|
+ background-color: @darkNsColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- &::selection {
|
|
|
|
- background-color: @nsColor;
|
|
|
|
|
|
+
|
|
|
|
+ @media @dark {
|
|
|
|
+ border-color: @lightNsColor;
|
|
|
|
+ color: @lightNsColor;
|
|
|
|
+ &:hover {
|
|
|
|
+ background-color: @lightNsColor;
|
|
|
|
+ &::selection {
|
|
|
|
+ color: @lightNsColor;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ &::selection {
|
|
|
|
+ background-color: @lightNsColor;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.authButton {
|
|
.authButton {
|
|
.button();
|
|
.button();
|
|
- border-color: @authColor;
|
|
|
|
- color: @authColor;
|
|
|
|
- &:hover {
|
|
|
|
- background-color: @authColor;
|
|
|
|
|
|
+
|
|
|
|
+ @media @light {
|
|
|
|
+ border-color: @darkAuthColor;
|
|
|
|
+ color: @darkAuthColor;
|
|
|
|
+ &:hover {
|
|
|
|
+ background-color: @darkAuthColor;
|
|
|
|
+ &::selection {
|
|
|
|
+ color: @darkAuthColor;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
&::selection {
|
|
&::selection {
|
|
- color: @authColor;
|
|
|
|
|
|
+ background-color: @darkAuthColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- &::selection {
|
|
|
|
- background-color: @authColor;
|
|
|
|
|
|
+
|
|
|
|
+ @media @dark {
|
|
|
|
+ border-color: @lightAuthColor;
|
|
|
|
+ color: @lightAuthColor;
|
|
|
|
+ &:hover {
|
|
|
|
+ background-color: @lightAuthColor;
|
|
|
|
+ &::selection {
|
|
|
|
+ color: @lightAuthColor;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ &::selection {
|
|
|
|
+ background-color: @lightAuthColor;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|