ds-site/Resources/Private/Sass/Backend/index.scss

56 lines
931 B
SCSS
Raw Normal View History

2022-12-06 08:18:42 +01:00
@import "../Frontend/variables";
2020-01-21 17:28:29 +01:00
.typo3-login {
.panel,
.panel-footer {
2020-01-23 09:57:54 +01:00
background-color: rgba(0, 0, 0, .2);
2020-01-21 17:28:29 +01:00
}
2021-05-18 22:20:22 +02:00
.card-login {
background-color: #2e3436;
}
2020-01-21 17:28:29 +01:00
input {
color: #9CD9F0;
border-color: #9CD9F0;
background-color: #2E3436;
}
2021-05-18 22:20:22 +02:00
.form-control:focus,
.form-control:hover {
color: #9CD9F0;
border-color: #9CD9F0;
background-color: #2E3436;
}
h2 {
color: #fff;
2020-01-21 17:28:29 +01:00
}
a {
2021-05-18 22:20:22 +02:00
color: #218693;
2020-01-21 17:28:29 +01:00
}
}
.exampleContent {
video {
width: 40rem;
max-width: 100%;
}
}
2022-12-06 08:18:42 +01:00
.ck-content {
padding: {
top: $spacer * 2;
bottom: $spacer * 2;
}
pre {
background: $black-dark;
color: $white-dark;
padding: 0.5em;
}
}
.ck.ck-content code {
background: $black-dark;
color: $white-dark;
}
.ck-editor__editable_inline {
height: 500px;
}