Daniel Siepmann
746aaf3285
Allow to render videos with native HTML5 support in browser. A first example video is also added to fileadmin.
25 lines
393 B
SCSS
25 lines
393 B
SCSS
.typo3-login {
|
|
.panel,
|
|
.panel-footer {
|
|
background-color: rgba(0, 0, 0, .2);
|
|
}
|
|
input {
|
|
color: #9CD9F0;
|
|
border-color: #9CD9F0;
|
|
background-color: #2E3436;
|
|
|
|
}
|
|
.form-control:focus {
|
|
border-color: #77DFD8;
|
|
}
|
|
a {
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
.exampleContent {
|
|
video {
|
|
width: 40rem;
|
|
max-width: 100%;
|
|
}
|
|
}
|