frontend: remove unused css
This commit is contained in:
@@ -28,23 +28,3 @@ a:hover, a:focus {
|
||||
#app {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.fade-enter-active,
|
||||
.fade-leave-active {
|
||||
transition: all 0.25s ease;
|
||||
}
|
||||
|
||||
.fade-enter-from,
|
||||
.fade-leave-to {
|
||||
opacity: 0;
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
.p-button {
|
||||
font-family: Noto Sans !important;
|
||||
}
|
||||
|
||||
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
|
||||
background: #27ce65 !important;
|
||||
border: 1px solid #27ce65 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user