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