new model fields & migrations for apps.epic & apps.lyric; new FTs, ITs & UTs passing
; some styling changes effected primarily to _gatekeetper.html modal
This commit is contained in:
@@ -30,14 +30,33 @@ $gate-line: 2px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 2rem;
|
||||
padding: 2rem;
|
||||
border: 0.1rem solid rgba(var(--terUser), 0.5);
|
||||
border-radius: 1rem;
|
||||
background-color: rgba(var(--priUser), 1);
|
||||
|
||||
.gate-header {
|
||||
text-align: center;
|
||||
h1 { margin: 0 0 0.5rem; }
|
||||
|
||||
h1 {
|
||||
font-size: 2rem;
|
||||
color: rgba(var(--secUser), 0.6);
|
||||
margin-bottom: 1rem;
|
||||
text-align: justify;
|
||||
text-align-last: justify;
|
||||
text-justify: inter-character;
|
||||
text-transform: uppercase;
|
||||
text-shadow:
|
||||
1px 1px 0 rgba(255, 255, 255, 0.125), // highlight (up-left)
|
||||
-0.125rem -0.125rem 0 rgba(0, 0, 0, 0.8) // shadow (down-right)
|
||||
;
|
||||
|
||||
span {
|
||||
color: rgba(var(--quaUser), 0.6);
|
||||
}
|
||||
margin: 0 0 0.5rem;
|
||||
}
|
||||
|
||||
.gate-status-wrap {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@@ -46,6 +65,7 @@ $gate-line: 2px;
|
||||
font-size: 0.75em;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.15em;
|
||||
margin-bottom: 1rem;
|
||||
|
||||
.status-dots {
|
||||
display: inline-flex;
|
||||
|
||||
Reference in New Issue
Block a user