mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-30 00:39:16 +02:00
remote control support
This commit is contained in:
@@ -130,7 +130,22 @@ h2 {
|
||||
background: #100d1f;
|
||||
}
|
||||
|
||||
input[type="text"] {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 46px;
|
||||
border-radius: 30px;
|
||||
padding-left: 20px;
|
||||
box-sizing: border-box;
|
||||
border: 0;
|
||||
color: white;
|
||||
background-color: var(--color-1);
|
||||
font-family: 'Titillium Web', sans-serif;
|
||||
}
|
||||
|
||||
input[type="text"]:focus {
|
||||
outline: 2px solid var(--color-main-bright);
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.flex-container {
|
||||
|
||||
Reference in New Issue
Block a user