mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 06:20:30 +02:00
countdown
This commit is contained in:
parent
94ca706258
commit
6728ebcfbf
3 changed files with 15 additions and 23 deletions
|
@ -72,7 +72,7 @@ svg:hover {
|
|||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
width: 600px !important;
|
||||
text-align: left;
|
||||
text-align: center;
|
||||
transition: border 0.1s;
|
||||
}
|
||||
|
||||
|
@ -107,4 +107,9 @@ svg:hover {
|
|||
visibility: hidden;
|
||||
transition: opacity 0.3s, visibility 0.3s;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.separator {
|
||||
width: 5px;
|
||||
background-color: var(--overlay0);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue