1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-30 09:20:02 +02:00

Merge branch 'dialog' of https://github.com/soph-iest/NES.css into dialog

This commit is contained in:
soph-iest
2018-12-11 11:38:44 -05:00

View File

@@ -30,23 +30,4 @@ dialog {
border-width: 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;
// }
// }
}
}