12 lines
No EOL
134 B
SCSS
12 lines
No EOL
134 B
SCSS
@import "mixin";
|
|
|
|
html:root {
|
|
|
|
}
|
|
|
|
.container-connection-handlers {
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
justify-content: stretch;
|
|
} |