refactor: remove unused css

This commit is contained in:
charlie
2024-08-09 14:38:12 +08:00
parent e6c73e896c
commit d3057f6965
5 changed files with 0 additions and 60 deletions

View File

@@ -158,26 +158,6 @@
@apply z-10 absolute top-0 right-0 pt-2 pr-2;
}
}
&[label="ls-modal-align-center"],
&.as-center {
top: 0;
.ui__modal-panel {
top: 50vh;
transform: translateY(-52%);
}
}
&[label="diff__cp"] {
.panel-content {
padding: 2rem 1rem;
@screen sm {
padding: 2rem;
}
}
}
}
.ui__dialog-content {
@@ -224,13 +204,6 @@ html.is-mobile {
padding-bottom: 0;
}
}
&[label="ls-modal-align-center"] {
.ui__modal-panel {
top: 8vh;
transform: translateY(-10%);
}
}
}
}