AvocadoAmber/AvocadoEdition_Light/skin/qa/basic/style.css

44 lines
725 B
CSS
Raw Normal View History

2022-09-17 20:50:50 +09:00
@charset "utf-8";
/** Notice Box **/
2024-09-23 11:45:33 +09:00
.board-notice {
width: 264px;
padding: 10px;
margin: 0 auto;
text-align: center;
box-sizing: border-box;
}
.btn_bo_user {
padding: 15px 0;
}
2022-09-17 20:50:50 +09:00
/*
@media all and (max-width: 640px) {
.theme-form.write,
.theme-form.write tbody,
.theme-form.write thead,
.theme-form.write tr,
.theme-form.write td,
.theme-form.write th {
display: block;
position: relative;
height: auto !important;
}
.theme-form.write tr {
box-sizing: content-box;
}
.theme-form.write th {
background: none !important;
border: none !important;
text-align: left;
padding: 10px 20px 8px 20px !important;
}
.theme-form.write td {
padding: 0px 20px 10px 20px !important;
}
2024-09-23 11:45:33 +09:00
}*/