mirror of
https://git.um-react.app/um/web.git
synced 2025-12-16 20:23:01 +00:00
优化显示:组件上下间隔,footer 位置置于页面底部
This commit is contained in:
@@ -188,13 +188,20 @@
|
||||
|
||||
// LINKS
|
||||
a{
|
||||
text-decoration: none;
|
||||
color: darken($dark-color-link, 15%);
|
||||
&:hover{
|
||||
color: $dark-color-link;
|
||||
|
||||
}
|
||||
|
||||
// footer
|
||||
#app-footer {
|
||||
a {
|
||||
color: lighten($text-comment, 5%);
|
||||
&:hover{
|
||||
color: $color-link;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ALERT
|
||||
.el-notification{
|
||||
background-color: $dark-btn-bg-highlight;
|
||||
|
||||
Reference in New Issue
Block a user