mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-08 13:22:47 +08:00
增加logo样式
This commit is contained in:
26
source/components/logo/ul-logo/_index.scss
Normal file
26
source/components/logo/ul-logo/_index.scss
Normal file
@@ -0,0 +1,26 @@
|
||||
.ul-logo {
|
||||
|
||||
|
||||
$baseSize: 40px;
|
||||
|
||||
background-color: #1E9FFF;
|
||||
|
||||
border-radius : calc($baseSize / 3);
|
||||
display : flex;
|
||||
align-items : center;
|
||||
justify-content: center;
|
||||
|
||||
width : calc($baseSize * 2);
|
||||
height : calc($baseSize * 2);
|
||||
text-align : center;
|
||||
color : #fff;
|
||||
white-space: nowrap;
|
||||
|
||||
.title {
|
||||
font-size: $baseSize;
|
||||
}
|
||||
|
||||
.plus {
|
||||
font-size: clac($baseSize / 2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user