2020-02-14 15:56:08 +09:00

15 lines
257 B
SCSS

$tablet-s-width: 768px;
.rightDrawer-title {
height: 50px;
border-bottom: 1px solid #dddddd;
font-size: 1em;
align-items: center;
display: flex;
padding: 0 20px;
font-weight: 600;
span {
margin-left: auto;
margin-right: -10px;
}
}