Skip to content

Commit 7539160

Browse files
committed
color, font-size 수정
1 parent 999d995 commit 7539160

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ssulocker/locker/static/main.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -614,11 +614,12 @@ li.selected {
614614
#cancelPopupDiv #btnsWrap button {
615615
font-family: Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", sans-serif;
616616
text-align: center;
617-
font-size: 1.2em;
617+
font-size: 1.0em;
618618
list-style: none;
619619
border: 3px solid #d1e4ff;
620620
border-radius: 5px;
621621
background-color: #fff;
622+
color: black;
622623
}
623624
#registerPopupDiv #btnsWrap button:hover,
624625
#cancelPopupDiv #btnsWrap button:hover {
@@ -658,6 +659,7 @@ li.selected {
658659
border-radius: 5px;
659660
background-color: #fff;
660661
margin: 1%;
662+
color: black;
661663
}
662664
@media (max-width: 1200px) {
663665
#popup button {
@@ -769,7 +771,7 @@ li.selected {
769771
align-items: center;
770772
min-width: 100%;
771773
}
772-
#registerPopupDiv button,
774+
/* #registerPopupDiv button,
773775
#cancelPopupDiv button {
774776
font-family: Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", sans-serif;
775777
text-align: center;
@@ -784,7 +786,7 @@ li.selected {
784786
#registerPopupDiv button:hover,
785787
#cancelPopupDiv button:hover {
786788
background-color: #d1e4ff;
787-
}
789+
} */
788790
@media (max-width: 1200px) {
789791
#registerPopupDiv,
790792
#cancelPopupDiv {

0 commit comments

Comments
 (0)