|
|
| Linha 96: |
Linha 96: |
| @media(max-width:719px){ | | @media(max-width:719px){ |
| .branding-box{max-width: calc(100% - 111px)} | | .branding-box{max-width: calc(100% - 111px)} |
| }
| |
|
| |
| /* 모바일 언어선택*/
| |
| .select-mobile a {
| |
| display: flex;
| |
| align-items: center;
| |
| padding: 10px 0;
| |
| text-decoration: none;
| |
| color: #54595d;
| |
| }
| |
| .select-mobile a:before {
| |
| content: "";
| |
| display: inline-block;
| |
| width: 19px;
| |
| height: 19px;
| |
| margin-right: 7px;
| |
| background: url(/resources/assets/ico_lang.svg) no-repeat left center;
| |
| background-size: 38px;
| |
| }
| |
|
| |
| .modal {
| |
| position: fixed;
| |
| z-index: 1;
| |
| left: 0;
| |
| top: 0;
| |
| width: 100%;
| |
| height: 100%;
| |
| overflow: auto;
| |
| background-color: rgb(0, 0, 0);
| |
| background-color: rgba(0, 0, 0, 0.4);
| |
| }
| |
|
| |
| .modal-content {
| |
| background-color: #fefefe;
| |
| margin: 5% auto;
| |
| padding: 20px;
| |
| border: 1px solid #888;
| |
| width: 25%;
| |
| }
| |
|
| |
| .close-button {
| |
| color: #aaa;
| |
| float: right;
| |
| font-size: 28px;
| |
| font-weight: bold;
| |
| }
| |
|
| |
| .close-button:hover,
| |
| .close-button:focus {
| |
| color: black;
| |
| text-decoration: none;
| |
| cursor: pointer;
| |
| }
| |
|
| |
| .minerva-user-notifications {
| |
| display: none;
| |
| }
| |
|
| |
| #language-selector {
| |
| display: none;
| |
| } | | } |