Skip to content

Commit

Permalink
Remove commented-out styles
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Nov 29, 2017
1 parent 4417352 commit df903f8
Showing 1 changed file with 0 additions and 53 deletions.
53 changes: 0 additions & 53 deletions examples/components/Modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,59 +45,6 @@ $spacing-modal: 0.5rem;
cursor: pointer;
}

// .modal__table {
// display: table;
// position: relative;
// width: 100%;
// height: 100%;
// vertical-align: middle;
// }

// .modal__center {
// text-align: center;
// vertical-align: middle;
// animation: modal-in .15s $easing-circ .25s backwards;
// }

// .modal__content {
// display: inline-block;
// position: relative;
// max-width: 30rem;
// min-width: 20rem;
// min-height: 6rem;
// margin-bottom: 2.5%;
// padding: $spacing-double $spacing;
// z-index: $z-index-modal-content;
// background: $color-modal-content-bg;
// border: 1px solid $color-grey-transparent;
// border-radius: $radius-small;
// animation: affordance-in .5s $easing-circ .3s backwards;

// @include medium {
// margin-top: 5%;
// min-width: 24rem;
// }
// }

// .modal__control {
// display: none;
// }

// .modal__close {
// position: absolute;
// top: 0;
// right: 0;
// z-index: $z-index-modal-content;
// padding: $spacing-two-thirds;
// line-height: 1;
// cursor: pointer;
// color: $color-links;

// @include hover {
// color: $color-links-hover;
// }
// }

@keyframes modal-in {
0% {
opacity: 0;
Expand Down

0 comments on commit df903f8

Please sign in to comment.