mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-05-05 09:41:16 +02:00
29 lines
No EOL
412 B
SCSS
29 lines
No EOL
412 B
SCSS
@import 'variables';
|
|
@import '../../node_modules/bulma/bulma';
|
|
|
|
.input {
|
|
&[readonly] {
|
|
&.is-clickable {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
|
|
.search-bar {
|
|
@extend .hero;
|
|
background: transparent;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 100;
|
|
|
|
.search-body {
|
|
@extend .hero-body;
|
|
@extend .is-paddingless;
|
|
|
|
.search-background {
|
|
@extend .modal-background;
|
|
}
|
|
}
|
|
} |