게시글 답변 css 공통으로 변경

This commit is contained in:
nevermoregb 2025-03-17 13:19:24 +09:00
parent de9c8d5638
commit 90dc01b98d
2 changed files with 356 additions and 353 deletions

View File

@ -3,115 +3,115 @@
/* 에러페이지 */ /* 에러페이지 */
/* 전체 화면을 덮는 스타일 */ /* 전체 화면을 덮는 스타일 */
.error-page { .error-page {
position: fixed; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
background: #fff; background: #fff;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
text-align: center; text-align: center;
color: #000; color: #000;
font-family: 'Poppins', sans-serif; font-family: 'Poppins', sans-serif;
z-index: 9999 !important; z-index: 9999 !important;
} }
/* 오류 메시지 컨텐츠 */ /* 오류 메시지 컨텐츠 */
.error-content { .error-content {
text-align: center; text-align: center;
animation: fadeIn 0.8s ease-in-out; animation: fadeIn 0.8s ease-in-out;
} }
/* 에러 이미지 */ /* 에러 이미지 */
.error-image { .error-image {
width: 280px; /* 이미지 크기 */ width: 280px; /* 이미지 크기 */
margin-bottom: 20px; margin-bottom: 20px;
} }
/* 에러 코드 스타일 */ /* 에러 코드 스타일 */
.error-content h1 { .error-content h1 {
font-size: 6rem; font-size: 6rem;
font-weight: bold; font-weight: bold;
color: #ff8c00; /* 오렌지 */ color: #ff8c00; /* 오렌지 */
text-shadow: 2px 2px 8px rgba(255, 140, 0, 0.3); text-shadow: 2px 2px 8px rgba(255, 140, 0, 0.3);
margin-bottom: 60px; margin-bottom: 60px;
} }
/* 홈으로 돌아가기 버튼 */ /* 홈으로 돌아가기 버튼 */
.home-btn { .home-btn {
display: inline-block; display: inline-block;
padding: 10px 28px; padding: 10px 28px;
font-size: 1rem; font-size: 1rem;
font-weight: bold; font-weight: bold;
text-decoration: none; text-decoration: none;
color: #fff; color: #fff;
background: rgba(105, 108, 255, 0.9); background: rgba(105, 108, 255, 0.9);
border-radius: 30px; border-radius: 30px;
transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;
box-shadow: 0 4px 15px rgba(105, 108, 255, 0.5); box-shadow: 0 4px 15px rgba(105, 108, 255, 0.5);
} }
/* 버튼 호버 효과 */ /* 버튼 호버 효과 */
.home-btn:hover { .home-btn:hover {
background: linear-gradient(90deg, orange, #ff8c00); background: linear-gradient(90deg, orange, #ff8c00);
box-shadow: 0 0 20px rgba(255, 140, 0, 1); box-shadow: 0 0 20px rgba(255, 140, 0, 1);
transform: scale(1.05); transform: scale(1.05);
} }
/* 페이드 인 애니메이션 */ /* 페이드 인 애니메이션 */
@keyframes fadeIn { @keyframes fadeIn {
from { from {
opacity: 0; opacity: 0;
transform: translateY(-10px); transform: translateY(-10px);
} }
to { to {
opacity: 1; opacity: 1;
transform: translateY(0); transform: translateY(0);
} }
} }
/* 휴가 */ /* 휴가 */
.fc-daygrid-event { .fc-daygrid-event {
pointer-events: none !important; pointer-events: none !important;
} }
/* 이벤트 선 없게 */ /* 이벤트 선 없게 */
.fc-event { .fc-event {
border: none; border: none;
} }
/* 오전 반차 그래프 (왼쪽 절반) */ /* 오전 반차 그래프 (왼쪽 절반) */
.fc-daygrid-event.half-day-am { .fc-daygrid-event.half-day-am {
width: 50% !important; width: 50% !important;
height: 8px !important; height: 8px !important;
border-radius: 2px !important; border-radius: 2px !important;
font-size: 0px !important; font-size: 0px !important;
margin-left: -0.5% !important; margin-left: -0.5% !important;
} }
/* 오후 반차 그래프 (오른쪽 절반) */ /* 오후 반차 그래프 (오른쪽 절반) */
.fc-daygrid-event.half-day-pm { .fc-daygrid-event.half-day-pm {
width: 50% !important; width: 50% !important;
height: 8px !important; height: 8px !important;
margin-left: auto !important; margin-left: auto !important;
border-radius: 2px !important; border-radius: 2px !important;
font-size: 0px !important; font-size: 0px !important;
margin-right: -0.5% !important; margin-right: -0.5% !important;
} }
/* 연차 그래프 (풀) */ /* 연차 그래프 (풀) */
.fc-daygrid-event.full-day { .fc-daygrid-event.full-day {
width: 100% !important; width: 100% !important;
height: 8px !important; height: 8px !important;
margin-left: auto !important; margin-left: auto !important;
border-radius: 2px !important; border-radius: 2px !important;
font-size: 0px !important; font-size: 0px !important;
} }
/* 공휴일,일요일 색상 */ /* 공휴일,일요일 색상 */
.fc-day-sun .fc-daygrid-day-number, .fc-day-sun .fc-daygrid-day-number,
.fc-col-header-cell:first-child .fc-col-header-cell-cushion { .fc-col-header-cell:first-child .fc-col-header-cell-cushion {
color: #ff4500 !important; color: #ff4500 !important;
} }
/* 토요일 색상 */ /* 토요일 색상 */
.fc-day-sat .fc-daygrid-day-number, .fc-day-sat .fc-daygrid-day-number,
.fc-col-header-cell:last-child .fc-col-header-cell-cushion { .fc-col-header-cell:last-child .fc-col-header-cell-cushion {
color: #6076e0 !important; color: #6076e0 !important;
} }
/* 캘린더 날짜 왼쪽 상단 위치하게 */ /* 캘린더 날짜 왼쪽 상단 위치하게 */
.fc-daygrid-day-number { .fc-daygrid-day-number {
margin-right: auto; margin-right: auto;
} }
/* 데이트피커 뾰족없게 */ /* 데이트피커 뾰족없게 */
.flatpickr-calendar:before, .flatpickr-calendar:before,
@ -120,46 +120,45 @@
} }
/* 기본 스타일은 그대로 두고, 데이트피커 인풋의 추가 스타일 정의 */ /* 기본 스타일은 그대로 두고, 데이트피커 인풋의 추가 스타일 정의 */
.fc-toolbar-title { .fc-toolbar-title {
cursor: pointer; cursor: pointer;
} }
/* 클릭 가능한 날짜 (오늘 + 미래) */ /* 클릭 가능한 날짜 (오늘 + 미래) */
.fc-daygrid-day.clickable { .fc-daygrid-day.clickable {
cursor: pointer; cursor: pointer;
transition: background-color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out;
} }
/* 마우스를 올렸을 때 효과 */ /* 마우스를 올렸을 때 효과 */
.fc-daygrid-day.clickable:hover { .fc-daygrid-day.clickable:hover {
background-color: rgba(0, 0, 0, 0.05); /* 연한 배경 효과 */ background-color: rgba(0, 0, 0, 0.05); /* 연한 배경 효과 */
} }
/* 주말 (토요일, 일요일) 및 공휴일 */ /* 주말 (토요일, 일요일) 및 공휴일 */
.fc-day-sat-sun { .fc-day-sat-sun {
cursor: not-allowed !important; cursor: not-allowed !important;
} }
/* 과거 날짜 (오늘 -7일일) */ /* 과거 날짜 (오늘 -7일일) */
.fc-daygrid-day.past { .fc-daygrid-day.past {
cursor: not-allowed !important; cursor: not-allowed !important;
} }
/* 기본 이벤트 스타일 */ /* 기본 이벤트 스타일 */
.fc-daygrid-event { .fc-daygrid-event {
border: none !important; border: none !important;
border-radius: 4px; border-radius: 4px;
} }
/* 오전 반차 활성화 영역 (왼쪽 절반) */ /* 오전 반차 활성화 영역 (왼쪽 절반) */
.selected-event.half-day-am { .selected-event.half-day-am {
width: 50% !important; width: 50% !important;
left: 0 !important; left: 0 !important;
border-top-left-radius: 4px; border-top-left-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
} }
/* 오후 반차 활성화 영역 (오른쪽 절반) */ /* 오후 반차 활성화 영역 (오른쪽 절반) */
.selected-event.half-day-pm { .selected-event.half-day-pm {
width: 50% !important; width: 50% !important;
margin-left: auto !important; margin-left: auto !important;
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
} }
/* 휴가 모달 */ /* 휴가 모달 */
.vac-modal-dialog { .vac-modal-dialog {
background: none !important; background: none !important;
@ -172,149 +171,149 @@ cursor: not-allowed !important;
padding-bottom: 20px; padding-bottom: 20px;
} }
.vac-modal-content { .vac-modal-content {
background: #fff; background: #fff;
padding: 20px; padding: 20px;
box-shadow: 0px -4px 5px rgba(0, 0, 0, 0.1), box-shadow:
0px 4px 0px rgba(0, 0, 0, 0); 0px -4px 5px rgba(0, 0, 0, 0.1),
max-width: 500px; 0px 4px 0px rgba(0, 0, 0, 0);
width: 100%; max-width: 500px;
position: relative; width: 100%;
position: relative;
} }
.vac-modal-body { .vac-modal-body {
max-height: 140px; max-height: 140px;
overflow-y: auto; overflow-y: auto;
} }
.vac-modal-text { .vac-modal-text {
font-size: 14px; font-size: 14px;
text-align: center; text-align: center;
margin-bottom: 20px; margin-bottom: 20px;
} }
.count-container { .count-container {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
gap: 6px; gap: 6px;
margin-bottom: 10px; margin-bottom: 10px;
} }
.count-value { .count-value {
font-size: 23px; font-size: 23px;
font-weight: bold; font-weight: bold;
min-width: 50px; min-width: 50px;
text-align: center; text-align: center;
} }
.custom-button { .custom-button {
background: none; background: none;
border: none; border: none;
width: 55px; width: 55px;
height: 55px; height: 55px;
font-size: 26px; font-size: 26px;
color: white; color: white;
border-radius: 50%; border-radius: 50%;
cursor: pointer; cursor: pointer;
transition: all 0.2s; transition: all 0.2s;
} }
.vac-modal-title { .vac-modal-title {
margin-bottom: 10px; margin-bottom: 10px;
} }
.vacation-item { .vacation-item {
display: flex; display: flex;
align-items: center; align-items: center;
font-size: 16px; font-size: 16px;
font-weight: bold; font-weight: bold;
margin-bottom: 8px; margin-bottom: 8px;
padding: 5px 10px; padding: 5px 10px;
border-radius: 5px; border-radius: 5px;
background: #f9f9f9; background: #f9f9f9;
} }
.close-btn { .close-btn {
position: absolute; position: absolute;
top: 10px; top: 10px;
right: 10px; right: 10px;
background: none; background: none;
border: none; border: none;
font-size: 18px; font-size: 18px;
cursor: pointer; cursor: pointer;
} }
.close-btn:hover { .close-btn:hover {
color: #525252; color: #525252;
} }
.count-btn { .count-btn {
font-size: 18px; font-size: 18px;
padding: 2px 10px; padding: 2px 10px;
border: none; border: none;
background: #2C3E50; background: #2c3e50;
color: white; color: white;
border-radius: 5px; border-radius: 5px;
cursor: pointer; cursor: pointer;
} }
.count-btn:hover { .count-btn:hover {
background: #1d2c44; background: #1d2c44;
} }
.count-btn:disabled { .count-btn:disabled {
background: #cccccc; background: #cccccc;
cursor: not-allowed; cursor: not-allowed;
} }
.custom-button-container { .custom-button-container {
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
align-items: center; align-items: center;
} }
.custom-button { .custom-button {
background: none; background: none;
border: none; border: none;
padding: 10px; padding: 10px;
cursor: pointer; cursor: pointer;
} }
.custom-button i { .custom-button i {
color: #282538; color: #282538;
font-size: 25px; font-size: 25px;
} }
.custom-button:hover i { .custom-button:hover i {
color: #ff0800; color: #ff0800;
} }
.custom-button:disabled { .custom-button:disabled {
cursor: not-allowed; cursor: not-allowed;
} }
/* 휴가 사원프로필 */ /* 휴가 사원프로필 */
.profile-list { .profile-list {
cursor: pointer; cursor: pointer;
} }
/* 오전/오후반차,저장버튼 */ /* 오전/오후반차,저장버튼 */
/* 버튼 기본 스타일 */ /* 버튼 기본 스타일 */
.vac-btn { .vac-btn {
transition: all 0.2sease-in-out; transition: all 0.2sease-in-out;
border: 2px solid transparent; border: 2px solid transparent;
} }
/* 마우스를 올렸을 때 */ /* 마우스를 올렸을 때 */
.vac-btn:hover { .vac-btn:hover {
filter: brightness(90%); filter: brightness(90%);
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
transform: scale(1.05); transform: scale(1.05);
} }
/* 버튼이 눌렸을 때 */ /* 버튼이 눌렸을 때 */
.vac-btn:active { .vac-btn:active {
transform: scale(0.9); transform: scale(0.9);
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
} }
/* 선택된 (눌린) 버튼 */ /* 선택된 (눌린) 버튼 */
.vac-btn.active { .vac-btn.active {
box-shadow: 0px 4px 15px rgba(224, 224, 224, 0.3); box-shadow: 0px 4px 15px rgba(224, 224, 224, 0.3);
transform: scale(1.1); transform: scale(1.1);
} }
.vac-btn-warning{ .vac-btn-warning {
color: #fff; color: #fff;
background-color: #ffc144; background-color: #ffc144;
border-color: #ffc144; border-color: #ffc144;
box-shadow: 0 0.125rem 0.25rem 0 rgba(255, 171, 0, 0.4); box-shadow: 0 0.125rem 0.25rem 0 rgba(255, 171, 0, 0.4);
font-size: 28px; font-size: 28px;
} }
/* AM 버튼 (선택된 상태) */ /* AM 버튼 (선택된 상태) */
.vac-btn-warning.active { .vac-btn-warning.active {
background-color: #ff7300 !important; background-color: #ff7300 !important;
color: #fff;; color: #fff;
} }
.vac-btn-info { .vac-btn-info {
color: #fff; color: #fff;
@ -325,197 +324,199 @@ cursor: not-allowed !important;
} }
/* PM 버튼 (선택된 상태) */ /* PM 버튼 (선택된 상태) */
.vac-btn-info.active { .vac-btn-info.active {
background-color: #0b5ed7 !important; background-color: #0b5ed7 !important;
color: white; color: white;
} }
/* 버튼 기본 */ /* 버튼 기본 */
.vac-btn-success { .vac-btn-success {
transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
background-color: #871919 !important; background-color: #871919 !important;
color: white; color: white;
border: 2px solid transparent; border: 2px solid transparent;
font-size: 30px; font-size: 30px;
} }
/* 버튼 활성화 */ /* 버튼 활성화 */
.vac-btn-success.active { .vac-btn-success.active {
background-color: #ff0000 !important; background-color: #ff0000 !important;
color: white !important; color: white !important;
border: 3px solid #eb9f9f !important; border: 3px solid #eb9f9f !important;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3); box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
transform: scale(1.1); transform: scale(1.1);
} }
/* 버튼 비활성화 */ /* 버튼 비활성화 */
.vac-btn-success.disabled { .vac-btn-success.disabled {
background-color: #bbb8b8 !important; background-color: #bbb8b8 !important;
color: white !important; color: white !important;
cursor: not-allowed !important; cursor: not-allowed !important;
box-shadow: none; box-shadow: none;
transform: none; transform: none;
opacity: 0.5; opacity: 0.5;
} }
/* 작은 화면에서 버튼 크기 조정 */ /* 작은 화면에서 버튼 크기 조정 */
@media (max-width: 1700px) { @media (max-width: 1700px) {
.count-btn { .count-btn {
width: 28px; width: 28px;
height: 28px; height: 28px;
font-size: 15px; font-size: 15px;
} }
.count-container { .count-container {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
gap: 0px; gap: 0px;
margin-bottom: 8px; margin-bottom: 8px;
} }
.count-value { .count-value {
font-size: 20px; font-size: 20px;
} }
.custom-button { .custom-button {
width: 45px; width: 45px;
height: 45px; height: 45px;
font-size: 22px; font-size: 22px;
} }
.vac-grant-modal-title { .vac-grant-modal-title {
font-size: 18px; font-size: 18px;
} }
.vac-modal-text { .vac-modal-text {
font-size: 13px; font-size: 13px;
} }
.vac-modal-title { .vac-modal-title {
font-size: 17px; font-size: 17px;
margin-bottom: 10px; margin-bottom: 10px;
} }
.vacation-item { .vacation-item {
font-size: 13px; font-size: 13px;
text-align: center; text-align: center;
margin-bottom: 5px; margin-bottom: 5px;
} }
.vac-btn { .vac-btn {
width: 50px; width: 50px;
height: 50px; height: 50px;
font-size: 18px; font-size: 18px;
} }
.vac-btn-success { .vac-btn-success {
font-size: 20px; font-size: 20px;
width: 50px; width: 50px;
height: 50px; height: 50px;
} }
} }
@media (max-width: 1500px) { @media (max-width: 1500px) {
.vac-grant-modal-title { .vac-grant-modal-title {
font-size: 14px; font-size: 14px;
} }
.vac-modal-text { .vac-modal-text {
font-size: 11px; font-size: 11px;
} }
.vac-modal-title { .vac-modal-title {
font-size: 13px; font-size: 13px;
margin-bottom: 10px; margin-bottom: 10px;
} }
.close-btn { .close-btn {
top: 5px; top: 5px;
right: 5px; right: 5px;
font-size: 13px; font-size: 13px;
} }
.vacation-item { .vacation-item {
font-size: 11px; font-size: 11px;
text-align: center; text-align: center;
margin-bottom: 5px; margin-bottom: 5px;
}
.vac-btn {
width: 40px;
height: 40px;
font-size: 18px;
}
.vac-btn-success {
font-size: 20px;
width: 40px;
height: 40px;
}
} }
.vac-btn {
width: 40px;
height: 40px;
font-size: 18px;
}
.vac-btn-success {
font-size: 20px;
width: 40px;
height: 40px;
}
}
.grayscaleImg { .grayscaleImg {
filter: grayscale(100%); filter: grayscale(100%);
} }
/* scrollbar 안보이게 */ /* scrollbar 안보이게 */
.scrollbar-none { .scrollbar-none {
scrollbar-width: none; scrollbar-width: none;
} }
/* project list */ /* project list */
.map { .map {
top: -160px; top: -160px;
left: -5px; left: -5px;
} }
@keyframes sparkle { @keyframes sparkle {
0% { 0% {
color: #ffcc00; color: #ffcc00;
} }
50% { 50% {
color: red; color: red;
} }
100% { 100% {
color: #ffcc00; color: #ffcc00;
} }
} }
.bxs-map { .bxs-map {
animation: sparkle 1s infinite; /* 1초마다 반복 */ animation: sparkle 1s infinite; /* 1초마다 반복 */
} }
.popover-close { .popover-close {
position: absolute; position: absolute;
top: 1rem; top: 1rem;
right: 1rem; right: 1rem;
z-index: 2; z-index: 2;
background-color: #fff !important; background-color: #fff !important;
box-shadow: 0 0.125rem 0.25rem rgba(161, 172, 184, 0.4); box-shadow: 0 0.125rem 0.25rem rgba(161, 172, 184, 0.4);
transition: all 0.23s ease 0.1s; transition: all 0.23s ease 0.1s;
transform: translate(23px, -25px); transform: translate(23px, -25px);
} }
.popover-close:hover { .popover-close:hover {
opacity: 1; opacity: 1;
outline: none; outline: none;
transform: translate(20px, -20px); transform: translate(20px, -20px);
} }
.end-project { .end-project {
background-color: #ddd !important; background-color: #ddd !important;
} }
/* project list end */ /* project list end */
/* commuters project list */ /* commuters project list */
.commuter-list { .commuter-list {
max-height: 358px; max-height: 358px;
overflow-y: auto; overflow-y: auto;
scrollbar-width: none; scrollbar-width: none;
} }
/* commuters project list end */ /* commuters project list end */
/* Scroll Button */ /* Scroll Button */
.scroll-top-btn { .scroll-top-btn {
bottom: 20px; bottom: 20px;
right: 21.7%; right: 21.7%;
transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease; transition:
opacity 0.4s ease,
visibility 0.4s ease,
transform 0.4s ease;
} }
.scroll-top-btn.visible { .scroll-top-btn.visible {
opacity: 1; opacity: 1;
visibility: visible; visibility: visible;
transform: translateY(0); transform: translateY(0);
} }
.scroll-top-btn.hidden { .scroll-top-btn.hidden {
opacity: 0; opacity: 0;
visibility: hidden; visibility: hidden;
transform: translateY(10px); transform: translateY(10px);
} }
/* Scroll Button end */ /* Scroll Button end */
@ -524,67 +525,79 @@ cursor: not-allowed !important;
/* 중앙 콘텐츠 자동 조정 */ /* 중앙 콘텐츠 자동 조정 */
.layout-page { .layout-page {
flex-grow: 1; flex-grow: 1;
min-width: 0; /* flexbox 내에서 올바른 크기 계산 */ min-width: 0; /* flexbox 내에서 올바른 크기 계산 */
margin-right: 20%; /* 채팅 사이드바의 너비만큼 밀리도록 설정 */ margin-right: 20%; /* 채팅 사이드바의 너비만큼 밀리도록 설정 */
} }
/* 탑바 범위조정 */ /* 탑바 범위조정 */
.layout-navbar-fixed .layout-navbar.navbar-detached { .layout-navbar-fixed .layout-navbar.navbar-detached {
width: calc(100% - 1.625rem * 2 - 16.25rem - 20%) !important; width: calc(100% - 1.625rem * 2 - 16.25rem - 20%) !important;
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
nav#layout-navbar { nav#layout-navbar {
left: calc(16.25rem - 20%) !important; left: calc(16.25rem - 20%) !important;
} }
.layout-navbar.navbar-detached.container-xxl { .layout-navbar.navbar-detached.container-xxl {
max-width: calc(1440px - 1.625rem * 2) !important; max-width: calc(1440px - 1.625rem * 2) !important;
} }
} }
/* 탑바 범위조정(1200px 이하) */ /* 탑바 범위조정(1200px 이하) */
@media (max-width: 1200px) { @media (max-width: 1200px) {
nav#layout-navbar { nav#layout-navbar {
left: -20% !important; left: -20% !important;
} }
.layout-navbar-fixed .layout-navbar.navbar-detached { .layout-navbar-fixed .layout-navbar.navbar-detached {
width: calc(100% - 1.625rem* 2 - 20%) !important; width: calc(100% - 1.625rem * 2 - 20%) !important;
} }
} }
/* 탑바 범위조정(992px 이하) */ /* 탑바 범위조정(992px 이하) */
@media (max-width: 992px) { @media (max-width: 992px) {
.layout-navbar-fixed .layout-navbar.navbar-detached {
.layout-navbar-fixed .layout-navbar.navbar-detached { width: calc(100% - 2rem - 20%) !important;
width: calc(100% - 2rem - 20%) !important; }
}
} }
/* 가로모드 모바일 디바이스 (가로 해상도가 768px 보다 작은 화면에 적용) */ /* 가로모드 모바일 디바이스 (가로 해상도가 768px 보다 작은 화면에 적용) */
@media (max-width: 767px) { @media (max-width: 767px) {
.chat-sidebar { .chat-sidebar {
display: none !important; display: none !important;
} }
nav#layout-navbar { nav#layout-navbar {
left: 0 !important; left: 0 !important;
} }
.layout-navbar-fixed .layout-navbar.navbar-detached { .layout-navbar-fixed .layout-navbar.navbar-detached {
width: calc(100% - 2rem) !important; width: calc(100% - 2rem) !important;
} }
.layout-page { .layout-page {
margin-right: 0 !important; margin-right: 0 !important;
} }
} }
/* 세로모드 모바일 디바이스 (가로 해상도가 576px 보다 작은 화면에 적용) */ /* 세로모드 모바일 디바이스 (가로 해상도가 576px 보다 작은 화면에 적용) */
@media (max-width: 575px) { } @media (max-width: 575px) {
}
/* Mobile end */ /* Mobile end */
/* BoardComment */
.beforeRotate {
transition: transform 0.3s ease-in-out;
}
.rotate {
transform: rotate(45deg);
transition: transform 0.3s ease-in-out;
}
/* BoardComment end */

View File

@ -194,13 +194,3 @@
emit('editClick', props.comment); emit('editClick', props.comment);
}; };
</script> </script>
<style>
.beforeRotate {
transition: transform 0.3s ease-in-out;
}
.rotate {
transform: rotate(45deg);
transition: transform 0.3s ease-in-out;
}
</style>