Files
layui-ul/source/components/logo/ul-logo/_index.scss
2023-04-01 23:07:15 +08:00

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);
}
}