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
|
|
|
}
|
|
|
|
}
|
2020-08-19 23:01:35 +02:00
|
|
|
|
|
|
|
.exampleContent {
|
|
|
|
video {
|
|
|
|
width: 40rem;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
}
|