mirror of
https://github.com/voc/streaming-website
synced 2024-11-13 07:57:13 +00:00
move preview-marker to bottom right, cleanup less
This commit is contained in:
parent
f8d0383170
commit
22a3db25d6
1 changed files with 12 additions and 7 deletions
|
@ -63,23 +63,28 @@ nav {
|
|||
|
||||
.preview-warning {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
z-index: 2000;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background: red;
|
||||
|
||||
width: 190px;
|
||||
height: 100px;
|
||||
z-index: 2000;
|
||||
border-top-left-radius: 60px;
|
||||
|
||||
text-align: center;
|
||||
border-bottom-left-radius: 60px;
|
||||
line-height: 40px;
|
||||
padding-left: 10px;
|
||||
font-size: 30px;
|
||||
|
||||
padding-left: 10px;
|
||||
padding-top: 9px;
|
||||
color: white;
|
||||
|
||||
cursor: default;
|
||||
|
||||
background: red;
|
||||
color: white;
|
||||
|
||||
&:hover {
|
||||
opacity: 0.1;
|
||||
opacity: 0.25;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue