このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
076server/resources/sass/conponent/_modal.scss

16 行
258 B
SCSS

.modal-header, .modal-body, .modal-footer {
color: $white1;
}
.modal-header {
background: linear-gradient(to bottom, $suwa04 0%, $suwa02 34%, $suwa03 100%);
}
.modal-body {
background-color: $black3;
}
.modal-footer {
background-color: $black2;
}