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
|
*.pyc
|
||||||
__pycache__/
|
__pycache__/
|
||||||
local_settings.py
|
local_settings.py
|
||||||
db.sqlite3
|
*.sqlite3
|
||||||
db.sqlite3-journal
|
*.sqlite3-journal
|
||||||
container.db.sqlite3
|
|
||||||
media
|
media
|
||||||
|
|
||||||
# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
|
# 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 {
|
&.ready {
|
||||||
border-color: rgba(var(--terUser), 1);
|
border-color: rgba(var(--terUser), 1);
|
||||||
box-shadow:
|
|
||||||
0 0 0.6rem rgba(var(--terUser), 0.6),
|
button.token-rails {
|
||||||
0 0 1.6rem rgba(var(--terUser), 0.25)
|
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,
|
&.pending,
|
||||||
|
|||||||
Reference in New Issue
Block a user