mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
steam login
This commit is contained in:
parent
6e456a6596
commit
fc5cd1d24f
12 changed files with 926 additions and 70 deletions
|
|
@ -16,6 +16,7 @@ header {
|
|||
padding: .5em 1em;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.main a {
|
||||
|
|
@ -68,6 +69,10 @@ header {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
& .right {
|
||||
text-transform: none;
|
||||
}
|
||||
}
|
||||
|
||||
a.steam-login:before {
|
||||
|
|
@ -84,8 +89,7 @@ a.steam-login:before {
|
|||
top: 0;
|
||||
}
|
||||
|
||||
a.steam-login {
|
||||
text-transform: none;
|
||||
a.steam-login, a.steam-login:visited {
|
||||
display: inline-block;
|
||||
height: 41px;
|
||||
margin: -1px 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue