Skip to content

Commit

Permalink
Merge pull request #4246 from easyops-cn/dophi/styles
Browse files Browse the repository at this point in the history
feat(): 公告提醒样式调整
  • Loading branch information
gdutzhendong committed Jun 17, 2024
2 parents a9298f4 + 2d7a222 commit f0f4968
Showing 1 changed file with 36 additions and 3 deletions.
39 changes: 36 additions & 3 deletions packages/custom-antd-styles/src/notification.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
.@{notification-prefix-cls} {
&-notice {
border-radius: var(--medius-border-radius);
&-notice {
border-radius: var(--medius-border-radius);
padding-bottom: 24px;
}

&-notice-btn {
float: left;
width: 100%;
}

&-notice-message {
margin-bottom: 8px;
font-weight: 500;
color: var(--color-header-text);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 50%;

}

&-notice-description {
font-weight: 400;
color: var(--color-secondary-text);
}

&-notice-with-icon {
&-notice-message {
margin-bottom: 8px;
}
}

&-notice-btn {
margin-left: 48px;

}
}
}

0 comments on commit f0f4968

Please sign in to comment.