Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Theme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osuny
Theme
Commits
7f209aa2
Commit
7f209aa2
authored
2 years ago
by
Olivia206
Browse files
Options
Downloads
Patches
Plain Diff
dropdown filters for diplomas
parent
c23e130d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
assets/sass/_theme/sections/diplomas.sass
+15
-10
15 additions, 10 deletions
assets/sass/_theme/sections/diplomas.sass
with
15 additions
and
10 deletions
assets/sass/_theme/sections/diplomas.sass
+
15
−
10
View file @
7f209aa2
...
...
@@ -19,7 +19,7 @@ ul.diplomas
.diplomas-select
text-align
:
right
position
:
relative
@include
h3
@include
meta
button
@include
button-reset
@include
icon
(
caret
,
after
)
...
...
@@ -27,31 +27,36 @@ ul.diplomas
margin-left
:
5px
.dropdown-menu
@include
inset
(
100%
,
0
,
auto
,
auto
)
background-color
:
black
@include
inset
(
calc
(
100%
+
#{
$spacing0
}
)
,
0
,
auto
,
auto
)
background-color
:
$color-background-alt
display
:
none
position
:
absolute
@include
media-breakpoint-down
(
md
)
// padding-left: $container
-gutter-
width
// padding-right: $container
-gutter-
width
right
:
half
(
-
$grid
-gutter-
sm
)
left
:
half
(
-
$grid
-gutter-
sm
)
&
,
a
color
:
white
color
:
black
a
display
:
block
padding
:
$spacing0
font-size
:
$body-size
padding
:
$spacing1
text-decoration
:
none
white-space
:
normal
@include
media-breakpoint-down
(
md
)
padding
:
$spacing0
$spacing1
&
:not
(
:first-child
)
border-top
:
1px
solid
$color-border
@include
media-breakpoint-up
(
md
)
font-size
:
px2rem
(
22
)
&
:hover
background-color
:
lighten
(
black
,
3
)
background-color
:
$color-accent
color
:
white
&
:focus
color
:
black
button
[
aria-expanded
=
"true"
]
@include
icon
(
'caret-top'
,
'after'
)
font-size
:
px2rem
(
6
)
+
.dropdown-menu
display
:
block
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment