Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2018-04-19 05:02:38 +0300
committerLuke Bennett <lukeeeebennettplus@gmail.com>2018-04-19 05:02:38 +0300
commit8ce9a09da0d186ad9ee5eadb87ad84f95d388bb6 (patch)
tree95200e07bd47eca8deb51ae84cce733c5629ecf9 /app/assets/stylesheets/pages/labels.scss
parent8b4e1d0ccd6c2624ac230597c4e63c8b51bc76ba (diff)
More stylezz
Diffstat (limited to 'app/assets/stylesheets/pages/labels.scss')
-rw-r--r--app/assets/stylesheets/pages/labels.scss72
1 files changed, 32 insertions, 40 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index 85740b91ba6..c4fb0c2c8e9 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -57,46 +57,6 @@
border-bottom-left-radius: $border-radius-base;
}
-.label-row {
- display: flex;
-
- .label-name {
- width: 200px;
- flex-shrink: 0;
-
- .label {
- overflow: hidden;
- text-overflow: ellipsis;
- max-width: 100%;
- }
- }
-
- .label-type {
- display: block;
- margin-bottom: 10px;
- margin-left: 50px;
- }
-
- .label-description {
- display: block;
-
- .description-text {
- margin: 0 0 10px 0;
- }
-
- a {
- color: $blue-600;
- }
- }
-
- .label {
- padding: 4px $grid-size;
- font-size: $label-font-size;
- position: relative;
- top: ($grid-size / 2);
- }
-}
-
.color-label {
padding: 0 $grid-size;
line-height: 16px;
@@ -323,4 +283,36 @@
content: none;
display: block;
}
+
+ .label-name {
+ width: 150px;
+ flex-shrink: 0;
+
+ .label {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ max-width: 100%;
+ }
+ }
+
+ .label-type {
+ display: block;
+ margin-bottom: 10px;
+ margin-left: 50px;
+ }
+
+ .label-description {
+ flex-grow: 1;
+
+ a {
+ color: $blue-600;
+ }
+ }
+
+ .label {
+ padding: 4px $grid-size;
+ font-size: $label-font-size;
+ position: relative;
+ top: ($grid-size / 2);
+ }
} \ No newline at end of file