fixed box-shadow attr on token equip assignation to .token-panel instead of .token-rails, where it belonged
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -10,9 +10,8 @@
|
||||
*.pyc
|
||||
__pycache__/
|
||||
local_settings.py
|
||||
db.sqlite3
|
||||
db.sqlite3-journal
|
||||
container.db.sqlite3
|
||||
*.sqlite3
|
||||
*.sqlite3-journal
|
||||
media
|
||||
|
||||
# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
|
||||
|
||||
@@ -125,10 +125,14 @@ html:has(.gate-overlay) {
|
||||
|
||||
&.ready {
|
||||
border-color: rgba(var(--terUser), 1);
|
||||
|
||||
button.token-rails {
|
||||
box-shadow:
|
||||
0 0 0.6rem rgba(var(--terUser), 0.6),
|
||||
0 0 1.6rem rgba(var(--terUser), 0.25)
|
||||
;
|
||||
.rail { background: rgba(var(--terUser), 1); }
|
||||
}
|
||||
}
|
||||
|
||||
&.pending,
|
||||
|
||||
Reference in New Issue
Block a user