🚧 Remove Header component

This commit is contained in:
2024-05-08 10:27:01 +02:00
parent 4ea4416165
commit 32b633aad6
6 changed files with 0 additions and 73 deletions

View File

@@ -217,37 +217,3 @@ input {
::selection {
background-color: transparent;
}
// TODO: To remove once the design updated.
.aeroButton {
height: 50%;
min-height: 16px;
aspect-ratio: 1;
background-color: transparent;
border: 2px solid transparent;
background-size: contain !important;
margin-right: 1%;
}
.aeroButton:hover {
border-image: url(/public/images/aerobutton_border.png) 2 round;
}
.aeroButton:active {
border-image: url(/public/images/aerobutton_border_down.png) 2 round;
}
.button {
height: 50%;
min-height: 16px;
aspect-ratio: 1;
background-color: transparent;
border: 2px solid transparent;
background-size: contain !important;
margin-right: 1%;
}
.button:hover {
border-image: url(/public/images/button_border.png) 2 round;
}
.button:active {
border-image: url(/public/images/button_border_down.png) 2 round;
}