You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
270 B
18 lines
270 B
3 years ago
|
.box {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
background: #fff;
|
||
|
font-size: 15px;
|
||
|
color: black;
|
||
|
box-sizing: border-box;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
overflow-y: auto;
|
||
|
}
|
||
|
.btnbox{
|
||
|
display: flex;
|
||
|
margin-bottom: 8px;
|
||
|
button{
|
||
|
margin-right: 6px;
|
||
|
}
|
||
|
}
|