mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
55 lines
1.1 KiB
Text
55 lines
1.1 KiB
Text
html, body {
|
|
margin: 0px;
|
|
background-color: #222C32 !important;
|
|
width: 100%;
|
|
overflow-x: hidden;
|
|
box-sizing: border-box;
|
|
font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif !important;
|
|
}
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.el-dialog {
|
|
margin-top: 0px !important;
|
|
border-radius: 0px;
|
|
width: 100%;
|
|
|
|
.el-dialog__body {
|
|
word-break: break-word;
|
|
}
|
|
}
|
|
|
|
.el-select-dropdown {
|
|
max-width: 100%;
|
|
left: 0px;
|
|
}
|
|
|
|
.page-enter-active, .page-leave-active {
|
|
transition: opacity .2s, transform .3s;
|
|
}
|
|
.page-enter, .page-leave-active {
|
|
transition: opacity .3s, transform .2s;
|
|
opacity: 0;
|
|
// transform: translateY(30px);
|
|
}
|
|
|
|
pre {
|
|
font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif !important;
|
|
margin-bottom: 0px;
|
|
white-space: pre-line;
|
|
font-family: unset;
|
|
}
|
|
|
|
.el-popover {
|
|
word-break: normal;
|
|
}
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
.el-dialog {
|
|
margin-top: 10vh !important;
|
|
width: 700px;
|
|
border-radius: 3px;
|
|
}
|
|
}
|