Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
anubhajoshi01 committed Oct 13, 2024
1 parent 2d8fa71 commit e47890a
Showing 1 changed file with 0 additions and 56 deletions.
56 changes: 0 additions & 56 deletions app/assets/stylesheets/common/_markus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -663,62 +663,6 @@ kbd {
}

// Sortable lists

// .sortable {
// header {
// border-bottom: 1px solid $primary-two;
// border-radius: $radius $radius 0 0;
// font-weight: 600;
// padding: 0.5em;
// text-align: left;
// text-transform: uppercase;
// }

// .right {
// min-height: 33%;
// min-width: 16%;
// }

// .left {
// float: left;
// min-height: 33%;
// min-width: 55%;
// }

// .center {
// display: inline-block;
// min-height: 33%;
// min-width: 27%;
// }

// ul {
// margin: 0;
// padding: 0;

// li {
// border-top: 1px solid $line;
// list-style: none;
// min-height: 2.5em;
// padding: 0.5em;
// transition: background-color $time-quick;
// position: relative;

// &:hover {
// background-color: $background-support;
// }

// &:last-child {
// border-radius: 0 0 $radius $radius;
// }

// &.new {
// background: none;
// }

// }
// }
// }

.sorted-list {
header {
border-bottom: 1px solid $primary-two;
Expand Down

0 comments on commit e47890a

Please sign in to comment.