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