Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Discuss Data Project
Discuss Data
Commits
a3646d49
Commit
a3646d49
authored
Jun 03, 2020
by
hynek
🤤
Browse files
style(scss): come lint some
parent
c5314b94
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
discuss_data/static/sass/project.scss
View file @
a3646d49
...
...
@@ -16,7 +16,7 @@ html
}
body
{
font-size
:
.875rem
;
font-size
:
0
.875rem
;
background-color
:
theme-color
(
"content-bg"
);
min-height
:
100vh
;
padding-top
:
5rem
;
...
...
@@ -90,22 +90,22 @@ body {
.select-filter-caret
{
float
:right
;
font-weight
:
600
;
font-size
:
.9rem
;
padding-left
:
.5rem
;
font-size
:
0
.9rem
;
padding-left
:
0
.5rem
;
}
.select-header
{
font-size
:
.9rem
;
border-radius
:
calc
(
1rem
/
3
)
!
important
;
font-size
:
0
.9rem
;
border-radius
:
calc
(
1rem
/
3
);
}
.select-field
{
font-size
:
.9rem
;
border-radius
:
calc
(
1rem
/
3
)
!
important
;
font-size
:
0
.9rem
;
border-radius
:
calc
(
1rem
/
3
);
}
.search-filter-button
{
margin-bottom
:
.3rem
!
important
;
margin-bottom
:
calc
(
1rem
/
3
)
;
text-align
:
left
;
font-weight
:
600
;
min-height
:
3rem
;
...
...
@@ -244,9 +244,9 @@ body {
.navbar-brand-no-shadow
{
padding-top
:
12px
;
padding-top
:
.75rem
;
padding-top
:
0
.75rem
;
padding-bottom
:
12px
;
padding-bottom
:
.75rem
;
padding-bottom
:
0
.75rem
;
font-size
:
16px
;
font-size
:
1rem
;
/* -webkit-box-shadow: inset -1px 0 0 #ffffff;
...
...
@@ -268,7 +268,7 @@ body {
}
.nav-active
{
border-bottom
:
.2rem
solid
theme-color
(
"primary"
);
border-bottom
:
0
.2rem
solid
theme-color
(
"primary"
);
}
.content-bg
{
...
...
@@ -342,14 +342,14 @@ body {
z-index
:
100
;
/* Behind the navbar */
padding
:
5rem
0
0
;
/* Height of navbar */
background-color
:
theme-color
(
"light"
);
/*box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);*/
/*box-shadow: inset -1px 0 0 rgba(0, 0, 0,
0
.1);*/
}
.sidebar-sticky
{
position
:
relative
;
top
:
0
;
height
:
calc
(
100vh
-
6
.5rem
);
padding-top
:
.5rem
;
padding-top
:
0
.5rem
;
overflow-x
:
hidden
;
overflow-y
:
auto
;
/* Scrollable contents if viewport is shorter than content. */
bottom
:
4rem
;
...
...
@@ -378,7 +378,7 @@ body {
}
.sidebar-heading
{
font-size
:
.75rem
;
font-size
:
0
.75rem
;
text-transform
:
uppercase
;
}
...
...
@@ -531,12 +531,12 @@ h1, h2, h3 {
position
:
absolute
;
z-index
:
1
;
background-color
:
theme-color
(
"light"
);
right
:
.9rem
;
right
:
0
.9rem
;
font-size
:
small
;
font-weight
:
normal
;
max-width
:
19rem
;
min-width
:
10rem
;
padding
:
.25rem
.5rem
;
padding
:
0
.25rem
0
.5rem
;
border
:
1px
solid
theme-color
(
"border-gray"
);
-webkit-border-radius
:
0
.25rem
;
-moz-border-radius
:
0
.25rem
;
...
...
@@ -548,12 +548,12 @@ h1, h2, h3 {
position
:
absolute
;
z-index
:
1
;
background-color
:
theme-color
(
"light"
);
right
:
.9rem
;
right
:
0
.9rem
;
font-size
:
small
;
font-weight
:
normal
;
max-width
:
19rem
;
min-width
:
10rem
;
padding
:
.25rem
.5rem
;
padding
:
0
.25rem
0
.5rem
;
border
:
1px
solid
theme-color
(
"border-gray"
);
-webkit-border-radius
:
0
.25rem
;
-moz-border-radius
:
0
.25rem
;
...
...
@@ -692,7 +692,7 @@ h1, h2, h3 {
#content
{
padding-top
:
.6rem
;
padding-top
:
0
.6rem
;
min-height
:
calc
(
80vh
-
82px
);
}
...
...
@@ -729,13 +729,13 @@ h1, h2, h3 {
.navbar-brand
{
padding-top
:
.75rem
;
padding-bottom
:
.75rem
;
padding-top
:
0
.75rem
;
padding-bottom
:
0
.75rem
;
font-size
:
1rem
;
}
.navbar
.form-control
{
padding
:
.75rem
1rem
;
padding
:
0
.75rem
1rem
;
border-width
:
1
;
border-radius
:
1
;
...
...
@@ -964,9 +964,9 @@ input[type=search]
-moz-border-radius
:
10em
;
border-radius
:
10em
;
-webkit-transition
:
all
.5s
;
-moz-transition
:
all
.5s
;
transition
:
all
.5s
;
-webkit-transition
:
all
0
.5s
;
-moz-transition
:
all
0
.5s
;
transition
:
all
0
.5s
;
}
input
[
type
=
search
]
:focus
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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