element-ui/examples/demo-styles/transition.scss
2021-06-07 11:56:04 +08:00

15 lines
279 B
SCSS

.demo-transition {
.transition-box {
margin-bottom: 10px;
width: 200px;
height: 100px;
border-radius: 4px;
background-color: #409EFF;
text-align: center;
color: #fff;
padding: 40px 20px;
margin-right: 20px;
box-sizing: border-box;
}
}