summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/common.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-02-27 21:37:48 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-02-27 21:37:48 +0000
commit9d81ee3a469b78d695713ce97bc98cd95963a6ad (patch)
tree08f4db83908bbc1adadc6a4a892d5bde7f25b3be /app/assets/stylesheets/framework/common.scss
parentc521b82895da2f2229ccbc4c4f515df349a115df (diff)
parent46a1ca2889e6428c860fc610a18bb16bb6d68e11 (diff)
downloadgitlab-ce-9d81ee3a469b78d695713ce97bc98cd95963a6ad.tar.gz
Merge branch 'tz-stylelint-episode-2' into 'master'
More Stylelint rules See merge request gitlab-org/gitlab-ce!25266
Diffstat (limited to 'app/assets/stylesheets/framework/common.scss')
-rw-r--r--app/assets/stylesheets/framework/common.scss12
1 files changed, 9 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index b09e44e052a..d0e33dfc853 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -57,7 +57,11 @@
text-decoration: underline;
}
-.hint { font-style: italic; color: $gl-gray-400; }
+.hint {
+ font-style: italic;
+ color: $gl-gray-400;
+}
+
.light { color: $gl-text-color; }
.slead {
@@ -158,13 +162,14 @@ p.time {
text-shadow: none;
}
-.thin_area {
+.thin-area {
height: 150px;
}
// Fix issue with notes & lists creating a bunch of bottom borders.
li.note {
img { max-width: 100%; }
+
.note-title {
li {
border-bottom: 0 !important;
@@ -335,7 +340,7 @@ img.emoji {
.disabled-content {
pointer-events: none;
- opacity: .5;
+ opacity: 0.5;
}
.break-word {
@@ -400,6 +405,7 @@ img.emoji {
.flex-no-shrink { flex-shrink: 0; }
.ws-initial { white-space: initial; }
.overflow-auto { overflow: auto; }
+
.d-flex-center {
display: flex;
align-items: center;