mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Merge branch 'new_style' of gitlab.com:MrFry/qmining-page into new_style
This commit is contained in:
commit
df6a5ccd92
2 changed files with 17 additions and 16 deletions
|
@ -77,6 +77,7 @@ input {
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: var(--bright-color);
|
color: var(--bright-color);
|
||||||
|
transition: width 0.5s, height 0.5s, ease-in 0.5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebarLinks a:hover {
|
.sidebarLinks a:hover {
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
transition: width 0.5s, height 0.5s, ease-in 0.5s;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue