|
@@ -91,6 +91,23 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+:global(.ant-pro-global-header) {
|
|
|
|
|
+ .dark {
|
|
|
|
|
+ .action {
|
|
|
|
|
+ color: @text-color;
|
|
|
|
|
+ > i {
|
|
|
|
|
+ color: @text-color;
|
|
|
|
|
+ }
|
|
|
|
|
+ &:hover {
|
|
|
|
|
+ color: rgba(255, 255, 255, 0.85);
|
|
|
|
|
+ > i {
|
|
|
|
|
+ color: rgba(255, 255, 255, 0.85);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
@media only screen and (max-width: @screen-md) {
|
|
@media only screen and (max-width: @screen-md) {
|
|
|
:global(.ant-divider-vertical) {
|
|
:global(.ant-divider-vertical) {
|
|
|
vertical-align: unset;
|
|
vertical-align: unset;
|
|
@@ -110,7 +127,6 @@
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
top: 0;
|
|
top: 0;
|
|
|
right: 12px;
|
|
right: 12px;
|
|
|
- background: #fff;
|
|
|
|
|
.account {
|
|
.account {
|
|
|
.avatar {
|
|
.avatar {
|
|
|
margin-right: 0;
|
|
margin-right: 0;
|