Skip to content
Snippets Groups Projects
Commit 51f1bf10 authored by alexisben's avatar alexisben
Browse files

modal style under desktop

parent 337a4426
No related branches found
No related tags found
No related merge requests found
......@@ -113,8 +113,12 @@ details
.modal-content
position: relative
background-color: $color-background-alt
padding: $spacing3
padding: $spacing2
width: auto
max-height: 100vh
overflow-y: auto
@include media-breakpoint-up(desktop)
padding: $spacing3
width: col(8)
.modal-header
margin-bottom: $spacing0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment