cashbac-component
Version:
Front End depedencies for CB Merchant Webapp
63 lines (59 loc) • 1.9 kB
CSS
.list {
box-shadow: 0 2px 5px 0 #C1C1C1;
padding: 15px 20px 15px 20px; }
.list__header {
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 30px; }
.list__body {
margin-bottom: 10px; }
.list__body .time {
margin-bottom: 10px; }
@media screen and (max-width: 480px) {
.list__body .time {
flex-direction: column;
margin-bottom: 20px; } }
.list__body .list__item {
font-size: 12px;
line-height: 25px;
display: flex;
flex-direction: row;
justify-content: space-between; }
@media screen and (max-width: 480px) {
.list__body .list__item {
flex-direction: column; } }
.list__body .list__item .icon {
font-size: 10px;
cursor: pointer; }
.list__body .list__item .icon + span {
margin-right: 10px; }
.list__body .time {
display: flex;
justify-content: space-between; }
@media screen and (max-width: 480px) {
.list__body .time .day {
margin-bottom: 10px; } }
.list__body .time .day > span {
margin-left: 5px;
font-size: 12px; }
.list__body .time .hours {
display: flex; }
@media screen and (max-width: 480px) {
.list__body .time .hours {
display: flex;
flex-direction: column; } }
.list__body .time .hours .hours__separator {
margin-left: 20px;
margin-right: 20px; }
.list__body .time .hours .hours__from .form__group label {
font-weight: normal;
margin-bottom: 5px; }
.list__body .time .hours .hours__from .form__group input[type=time] {
padding: 3px 10px 3px 10px; }
.list__body .time .hours .hours__to .form__group label {
font-weight: normal;
margin-bottom: 5px; }
.list__body .time .hours .hours__to .form__group input[type=time] {
padding: 3px 10px 3px 10px; }
.list__footer {
font-size: 12px; }