configui/src/main.scss

21 lines
363 B
SCSS
Raw Normal View History

2021-10-19 06:32:10 +00:00
@charset "utf-8";
$modal-content-width: 90vw;
2021-10-19 09:28:38 +00:00
@import "../node_modules/bulma/bulma.sass";
@import "../node_modules/@creativebulma/bulma-tooltip/src/sass/index.sass";
@import "./ace.scss";
2021-10-19 09:28:38 +00:00
#error_view {
position: fixed; /* Sit on top of the page content */
top: 1;
left: 50%;
2021-10-21 08:04:57 +00:00
z-index: 50;
transform: translateX(-50%)
2021-10-21 08:04:57 +00:00
}
#title {
padding: 0.5rem;
}