mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
fix icon size
This commit is contained in:
parent
4966004db1
commit
5b75459f43
|
@ -606,8 +606,8 @@ a.logo {
|
|||
|
||||
.el-menu-item.updates {
|
||||
color: $--sidebar-inactive-color;
|
||||
font-size: 13px;
|
||||
.item-title-root {
|
||||
font-size: 13px;
|
||||
top: 0 !important;
|
||||
}
|
||||
|
||||
|
@ -624,16 +624,9 @@ a.logo {
|
|||
}
|
||||
|
||||
.gift-icon {
|
||||
width: 19px;
|
||||
height: 16.8px;
|
||||
display: flex;
|
||||
position: relative;
|
||||
|
||||
svg {
|
||||
font-size: 16.8px;
|
||||
line-height: 19px;
|
||||
}
|
||||
|
||||
.notification {
|
||||
height: 8px;
|
||||
width: 8px;
|
||||
|
@ -641,7 +634,6 @@ a.logo {
|
|||
color: $--sidebar-active-color;
|
||||
position: absolute;
|
||||
background-color: $--sidebar-gift-notification-outer-color;
|
||||
z-index: 9999;
|
||||
left: 75%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in a new issue