Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Discuss Data Project
Discuss Data
Commits
21147f9b
Commit
21147f9b
authored
Jun 02, 2020
by
felix.herrmann
Browse files
feat(maxlength): add styles to chars-left div
parent
1ed3e927
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
discuss_data/static/sass/custom_bootstrap_vars.scss
View file @
21147f9b
...
...
@@ -30,6 +30,7 @@ $theme-colors:
"border-gray"
:
$light-gray
,
"image-overlay"
:
$transparent-grey
,
"transparent-light"
:
$transparent-white
,
"hint"
:
$transparent-grey
,
);
$font-size-base
:
0
.8rem
;
discuss_data/static/sass/project.scss
View file @
21147f9b
...
...
@@ -31,7 +31,12 @@ body {
padding-left
:
0
;
}
.chars-left
{
color
:
theme-color
(
"hint"
);
padding-top
:
.3rem
;
float
:right
;
font-size
:
smaller
;
}
.list-group-item
{
user-select
:
none
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment