14 lines
131 B
SCSS
14 lines
131 B
SCSS
.box-top {
|
|
display: flex;
|
|
}
|
|
|
|
.box-left {
|
|
width: 100%;
|
|
}
|
|
|
|
.box-right {
|
|
text-align: right;
|
|
width: 50%;
|
|
margin-top: auto;
|
|
}
|