Skip to content

Commit

Permalink
sort manager course descriptions' draggable icon and text display imp…
Browse files Browse the repository at this point in the history
…roved
  • Loading branch information
michaelchadwick committed Nov 7, 2024
1 parent 83fff1d commit f713d10
Showing 1 changed file with 14 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,22 @@
.sortable-items {
list-style-type: none;
.item {
align-items: center;
background-color: c.$culturedGrey;
border-radius: 4px;
box-sizing: border-box;
cursor: pointer;
display: flex;
gap: 1em;
margin: 10px 0.3rem 0 0;
opacity: 1;
padding: 1rem;
vertical-align: middle;

svg {
min-width: 16px;
}

.fa {
vertical-align: top;
}
Expand All @@ -58,12 +65,14 @@
display: inline-block;
}

.fade-text-control {
.fade-text {
button {
background: c.$tealBlue;
border-radius: 3px;
color: c.$white;
padding: 0.3em 1em;
&.expand-text-button {
background: c.$tealBlue;
border-radius: 3px;
color: c.$white;
padding: 0.3em 1em;
}
}
}

Expand Down

0 comments on commit f713d10

Please sign in to comment.