blob: bb626d4554aa107671a21e1f58c5090079cc85d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
.btn_layout {
background-color: white;
border: 1px solid black;
display: inline-block;
font-size: $h5-size;
margin-top: 5px;
position: relative;
top: 36px;
text-align: center;
width: 64px;
}
|