| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- // 회원 정보 수정
- #accountModify {
- position: relative;
- > dl {
- margin-bottom: 1.5rem;
- dt {
- font-size: 17px;
- margin-bottom: 10px;
- }
- dd {
- font-size: 13px;
- }
- }
- form {
- margin-bottom: 0;
- table {
- border: none;
- tbody {
- tr {
- th {
- color: #b3b3b3;
- hr {
- color: #ccc;
- margin: 0.6rem 0;
- }
- }
- td {
- text-align: left;
- @media (max-width: 576px) {
- #btnConfirmEmail,
- #btnCancelEmail {
- margin-bottom: 5px;
- }
- }
- input[type="file"] {
- width: inherit;
- }
- hr {
- margin: 0.3rem 0;
- }
- }
- }
- }
- }
- }
- }
|