Commit 3466bf1c authored by Luke Bennett's avatar Luke Bennett

flex it

parent ce0677e2
...@@ -58,14 +58,11 @@ ...@@ -58,14 +58,11 @@
} }
.label-row { .label-row {
.label-name { display: flex;
display: inline-block;
margin-bottom: 10px;
@media (min-width: $screen-sm-min) { .label-name {
width: 100px; width: 200px;
margin-bottom: 0; flex-shrink: 0;
}
.label { .label {
overflow: hidden; overflow: hidden;
...@@ -78,14 +75,6 @@ ...@@ -78,14 +75,6 @@
display: block; display: block;
margin-bottom: 10px; margin-bottom: 10px;
margin-left: 50px; margin-left: 50px;
@media (min-width: $screen-sm-min) {
display: inline-block;
width: 100px;
margin-left: 10px;
margin-bottom: 0;
vertical-align: top;
}
} }
.label-description { .label-description {
...@@ -99,14 +88,6 @@ ...@@ -99,14 +88,6 @@
a { a {
color: $blue-600; color: $blue-600;
} }
@media (min-width: $screen-sm-min) {
display: inline-block;
max-width: 50%;
margin-left: 10px;
margin-bottom: 0;
vertical-align: top;
}
} }
.label { .label {
...@@ -131,19 +112,14 @@ ...@@ -131,19 +112,14 @@
} }
.manage-labels-list { .manage-labels-list {
@media(min-width: $screen-md-min) {
&.content-list li {
padding: $gl-padding 0;
}
}
> li:not(.empty-message):not(.is-not-draggable) { > li:not(.empty-message):not(.is-not-draggable) {
background-color: $white-light; background-color: $white-light;
cursor: move; cursor: move;
cursor: -webkit-grab; cursor: -webkit-grab;
cursor: -moz-grab; cursor: -moz-grab;
margin-bottom: 5px; margin-bottom: 5px;
display: flex;
justify-content: space-between;
padding: 11px 10px 11px $gl-padding; padding: 11px 10px 11px $gl-padding;
border-radius: $border-radius-default; border-radius: $border-radius-default;
...@@ -176,27 +152,6 @@ ...@@ -176,27 +152,6 @@
} }
} }
} }
.dropdown {
@media (min-width: $screen-sm-min) {
float: right;
}
}
@media (max-width: $screen-xs-max) {
.dropdown-menu {
min-width: 100%;
}
}
}
.draggable-handler {
display: inline-block;
vertical-align: top;
margin: 5px 0;
opacity: 0;
transition: opacity .3s;
color: $gray-darkest;
} }
.prioritized-labels { .prioritized-labels {
...@@ -290,11 +245,6 @@ ...@@ -290,11 +245,6 @@
} }
.label-subscribe-button { .label-subscribe-button {
@media(min-width: $screen-md-min) {
min-width: 105px;
margin-left: $gl-padding;
}
.label-subscribe-button-icon { .label-subscribe-button-icon {
&[disabled] { &[disabled] {
opacity: 0.5; opacity: 0.5;
...@@ -335,6 +285,7 @@ ...@@ -335,6 +285,7 @@
.label-actions-list { .label-actions-list {
list-style: none; list-style: none;
flex-shrink: 0;
} }
.label-badge { .label-badge {
...@@ -355,8 +306,17 @@ ...@@ -355,8 +306,17 @@
.label-links { .label-links {
list-style: none; list-style: none;
padding: 0; padding: 0;
white-space: nowrap;
} }
.label-link-item { .label-link-item {
padding: 0; padding: 0;
} }
.label-list-item {
.content-list &:before,
.content-list &:after {
content: none;
display: block;
}
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment