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
EXSYS2021
da6
Hold Afstand
Commits
651a6797
Commit
651a6797
authored
May 07, 2021
by
Johan Degn
Browse files
Styled the pop-up selector for blocks
parent
071ad50a
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/studerende-dk/src/views/Home.vue
View file @
651a6797
...
...
@@ -350,7 +350,7 @@ export default {
}
.modal-overlay
{
position
:
absolute
;
position
:
fixed
;
top
:
0
;
left
:
0
;
right
:
0
;
...
...
@@ -369,18 +369,22 @@ export default {
z-index
:
101
;
width
:
100%
;
max-width
:
400px
;
background-color
:
$bg-color
;
max-width
:
300px
;
border-radius
:
10px
;
padding
:
20px
;
background-color
:
$light-green-theme-color
;
border
:
2px
solid
$theme-color
;
}
.close-choose-block
{
position
:
fixed
;
transform
:
translate
(
102px
,
-15px
);
width
:
40px
;
height
:
40px
;
border
:
none
;
background
:
none
;
padding
:
0px
;
float
:
right
;
//
float: right;
z-index
:
102
;
svg
{
...
...
@@ -399,6 +403,22 @@ export default {
}
.choose-specific-block
{
width
:
180px
;
border
:
none
;
background
:
none
;
padding
:
0
;
font-size
:
18px
;
border-radius
:
6px
;
padding
:
15px
32px
;
text-align
:
center
;
display
:
inline-block
;
background-color
:
$light-theme-color
;
border
:
2px
solid
$dark-theme-color
;
&
:hover
,
&
:focus
{
cursor
:
pointer
;
background-color
:
$theme-color
;
color
:
$lightest-theme-color
;
}
}
</
style
>
Write
Preview
Supports
Markdown
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