mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 04:37:47 +08:00
20 lines
275 B
SCSS
20 lines
275 B
SCSS
.demo-badge.demo-block .#{$namespace}-dropdown {
|
|
vertical-align: middle;
|
|
}
|
|
.demo-badge.demo-block {
|
|
.share-button {
|
|
width: 36px;
|
|
padding: 10px;
|
|
}
|
|
|
|
.mark {
|
|
margin-top: 8px;
|
|
line-height: 1;
|
|
float: right;
|
|
}
|
|
|
|
.item {
|
|
margin-right: 40px;
|
|
}
|
|
}
|