1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-22 13:52:48 +02:00

Update dialogs.scss

Removes extraneous remaining code
This commit is contained in:
soph-iest
2018-12-11 11:23:55 -05:00
committed by GitHub
parent 2ff76ad8c6
commit 718e44bc38

View File

@@ -30,23 +30,4 @@ dialog {
border-width: 4px; border-width: 4px;
border-radius: 4px; border-radius: 4px;
} }
&.is-center.is-dark {
color: $background-color;
background-color: $base-color;
// &::before {
// background-color: $base-color;
// }
// &::after {
// border-color: #fff;
// }
// &.with-title {
// > .title {
// color: $background-color;
// background-color: $base-color;
// }
// }
}
} }