Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Iseard
Kudos-Website
Commits
540ee38e
Commit
540ee38e
authored
Oct 05, 2020
by
Michael Iseard
Browse files
Improve faq template styles
parent
bbbf4a29
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/assets/styles/layouts/_faq-template.scss
View file @
540ee38e
...
...
@@ -20,7 +20,7 @@ body.template-faq {
position
:
absolute
;
left
:
1em
;
top
:
50%
;
z-index
:
4
;
z-index
:
3
;
transform
:
translateY
(
-50%
);
}
...
...
@@ -28,7 +28,7 @@ body.template-faq {
border
:
none
;
background
:
transparent
;
border-bottom
:
2px
solid
$white
;
transition
:
background-color
0
.2s
ease
;
transition
:
background-color
0
.2s
ease
,
border-radius
0
.2s
ease
;
&
::placeholder
{
color
:
$white
;
...
...
@@ -42,6 +42,10 @@ body.template-faq {
color
:
theme-color
(
"tertiary"
)
!
important
;
}
}
&
:not
(
:focus
)
{
border-radius
:
0
;
}
}
.faq-category
{
...
...
@@ -90,9 +94,5 @@ body.template-faq {
left
:
-2rem
;
}
}
&
:not
(
:last-child
)
{
//border-bottom: 1px solid $gray-200;
}
}
}
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