Skip to content

Commit

Permalink
Update dialogs.scss
Browse files Browse the repository at this point in the history
Removes extraneous remaining code
  • Loading branch information
amity authored Dec 11, 2018
1 parent 2ff76ad commit 718e44b
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions scss/elements/dialogs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
// }
// }
}
}

0 comments on commit 718e44b

Please sign in to comment.