Files
flights_web/ClientApp/src/app/modules/components/flight-status-button/flight-status-button.component.scss
T

16 lines
197 B
SCSS

@use './src/styles/colors' as *;
:host {
display: flex;
button {
&:not(.small) {
flex: 1;
}
}
.flight-status-button {
padding: 0 7px;
}
}