1차 수정3
This commit is contained in:
@@ -2175,6 +2175,24 @@
|
||||
font-weight: 600;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
.displayTheme.comp_wide .close-today span {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
}
|
||||
.displayTheme.comp_wide .close-today span input {
|
||||
margin-right: 0.4rem;
|
||||
}
|
||||
.displayTheme.comp_wide .close-today span:before {
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.displayTheme.comp_wide .close-today label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -2298,6 +2316,7 @@
|
||||
height: 14rem;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
text-indent: -9999em;
|
||||
cursor: pointer;
|
||||
}
|
||||
@media (max-width: 1024px) {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -2426,6 +2426,27 @@
|
||||
font-weight: 600;
|
||||
transition: all .2s ease;
|
||||
|
||||
span {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
|
||||
input {
|
||||
margin-right: .4rem;
|
||||
}
|
||||
|
||||
&:before {
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -2574,6 +2595,7 @@
|
||||
height: 14rem;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
text-indent: -9999em;
|
||||
cursor: pointer;
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
|
||||
Reference in New Issue
Block a user