2020-02-10 19:09:57 +09:00
|
|
|
$tablet-s-width: 768px;
|
2020-01-20 18:54:24 +09:00
|
|
|
.rightDrawer-title {
|
|
|
|
height: 50px;
|
2019-11-19 13:13:08 +09:00
|
|
|
border-bottom: 1px solid #dddddd;
|
2020-01-20 18:54:24 +09:00
|
|
|
font-size: 1em;
|
2019-11-19 13:13:08 +09:00
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
padding: 0 20px;
|
|
|
|
font-weight: 600;
|
2020-01-20 18:54:24 +09:00
|
|
|
span {
|
|
|
|
margin-left: auto;
|
2020-01-28 20:50:52 +09:00
|
|
|
margin-right: -10px;
|
2019-11-19 13:13:08 +09:00
|
|
|
}
|
2019-11-21 16:43:47 +09:00
|
|
|
}
|