mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-08 03:06:03 -05:00
11 lines
209 B
SCSS
11 lines
209 B
SCSS
@import 'jquery-modal';
|
|
|
|
.modal {
|
|
@apply dark:bg-slate-800 bg-slate-300 shadow-glow shadow-gray-800/50 z-50;
|
|
|
|
.close-modal {
|
|
@apply dark:border-slate-800 border-slate-300 border-2 rounded-full;
|
|
}
|
|
}
|
|
|