mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
26 lines
454 B
SCSS
26 lines
454 B
SCSS
.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);
|
|
}
|
|
} |