|
@@ -1,6 +1,6 @@
|
|
|
// Staff Credit
|
|
// Staff Credit
|
|
|
.staff-credit {
|
|
.staff-credit {
|
|
|
- // .modal-dialog のスタイルを打ち消すために !important を付ける
|
|
|
|
|
|
|
+ // attached !important for updating from .modal-dialog class style
|
|
|
width: 80vw !important;
|
|
width: 80vw !important;
|
|
|
height: 80vh !important;
|
|
height: 80vh !important;
|
|
|
max-width: initial !important;
|
|
max-width: initial !important;
|
|
@@ -30,9 +30,6 @@
|
|
|
.credit-curtain {
|
|
.credit-curtain {
|
|
|
padding-top: 80vh;
|
|
padding-top: 80vh;
|
|
|
@include old-timey-terminal-styling();
|
|
@include old-timey-terminal-styling();
|
|
|
- &::-webkit-scrollbar {
|
|
|
|
|
- display: none;
|
|
|
|
|
- }
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
h1 {
|