mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-27 21:38:31 +00:00
tweak /devices CSS
This commit is contained in:
parent
e5a7b29a46
commit
474e142908
@ -9,6 +9,7 @@ h1 {
|
|||||||
padding:10px;
|
padding:10px;
|
||||||
background-color:#457b9d;
|
background-color:#457b9d;
|
||||||
color:white;
|
color:white;
|
||||||
|
border-bottom: 2px solid #3b6a87;
|
||||||
}
|
}
|
||||||
|
|
||||||
.device {
|
.device {
|
||||||
@ -18,6 +19,9 @@ h1 {
|
|||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
user-select: none;
|
||||||
|
background: #d0d0d0;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.device.selected {
|
.device.selected {
|
||||||
@ -55,12 +59,13 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.notice {
|
.notice {
|
||||||
background-color: orange;
|
background-color: #fff18c;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
padding: 20px 20px;
|
padding: 20px 20px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
line-height: 1.4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice a {
|
.notice a {
|
||||||
@ -89,7 +94,7 @@ h1 {
|
|||||||
left: 10%;
|
left: 10%;
|
||||||
color: white;
|
color: white;
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
background: #141926;
|
background: #2c3754;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
box-shadow: 0px 0px 10px 5px #00000047;
|
box-shadow: 0px 0px 10px 5px #00000047;
|
||||||
border: 1px solid #333c52;
|
border: 1px solid #333c52;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user