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