parent
07054fa7c3
commit
82f468c3df
|
@ -13,7 +13,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.logoWrapper {
|
.logoWrapper {
|
||||||
.pointerCursor;
|
min-width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.appIcon {
|
.appIcon {
|
||||||
|
@ -70,10 +70,10 @@
|
||||||
}
|
}
|
||||||
:global {
|
:global {
|
||||||
.ant-radio-button-wrapper:nth-child(3) {
|
.ant-radio-button-wrapper:nth-child(3) {
|
||||||
margin-right: 500px;
|
// margin-right: 500px;
|
||||||
}
|
}
|
||||||
.ant-radio-button-wrapper:nth-child(1) {
|
.ant-radio-button-wrapper:nth-child(1) {
|
||||||
margin-left: 500px;
|
// margin-left: 500px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
.toolbarWrapper {
|
.toolbarWrapper {
|
||||||
|
min-width: 200px;
|
||||||
:global(.ant-avatar) {
|
:global(.ant-avatar) {
|
||||||
background-color: rgba(242, 243, 245, 1);
|
background-color: rgba(242, 243, 245, 1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue