Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
alain
Make it Open Project Site
Commits
61699ef4
Commit
61699ef4
authored
Mar 07, 2021
by
alain
🐙
Browse files
some more design adjustments
parent
e0bcd28d
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
wordpress/wp-content/themes/makeitopen/assets/css/maps/style.css.map
View file @
61699ef4
This diff is collapsed.
Click to expand it.
wordpress/wp-content/themes/makeitopen/assets/css/style.css
View file @
61699ef4
This diff is collapsed.
Click to expand it.
wordpress/wp-content/themes/makeitopen/assets/scss/elements/_buttons.scss
View file @
61699ef4
...
...
@@ -11,7 +11,7 @@ a.btn, .btn, .text-link {
display
:
inline-block
;
mix-blend-mode
:
multiply
;
font-size
:
18px
;
@include
colourBg
(
$bg-red
,
2
deg
);
@include
colourBg
(
$bg-red
,
0
deg
);
transition
:
all
0
.25s
ease-out
;
&
:after
{
...
...
@@ -49,7 +49,7 @@ a.btn, .btn, .text-link {
&
--red
{
background
:
$red
;
@include
colourBg
(
$bg-yellow
,
2
deg
);
@include
colourBg
(
$bg-yellow
,
0
deg
);
}
&
--loading
{
...
...
wordpress/wp-content/themes/makeitopen/assets/scss/elements/_events-teaser.scss
View file @
61699ef4
...
...
@@ -4,7 +4,7 @@
a
{
display
:
flex
;
flex-wrap
:
wrap
;
align-items
:
center
;
align-items
:
flex-start
;
text-decoration
:
none
;
}
...
...
@@ -28,7 +28,7 @@
@include
colourBg
(
$bg-yellow
,
0deg
);
span
{
padding
:
5px
;
padding
:
13px
5px
;
background
:
rgba
(
black
,
0
.2
);
display
:
block
;
margin
:
10px
-8px
-8px
;
...
...
wordpress/wp-content/themes/makeitopen/assets/scss/global/_footer.scss
View file @
61699ef4
...
...
@@ -12,6 +12,7 @@
&
__column
{
flex
:
0
0
100%
;
max-width
:
380px
;
&
:first-child
{
margin
:
0
0
50px
;
...
...
@@ -20,8 +21,7 @@
@media
only
screen
and
(
min-width
:
$large
)
{
flex
:
1
;
max-width
:
450px
;
margin
:
40px
;
margin
:
0px
40px
40px
;
&
:first-child
{
&
:before
,
&
:after
{
...
...
wordpress/wp-content/themes/makeitopen/assets/scss/partials/_pinned-content.scss
View file @
61699ef4
...
...
@@ -49,7 +49,7 @@ h3 {
}
.news-teaser
{
margin
:
20px
;
margin
:
20px
20px
40px
;
flex
:
0
0
calc
(
100%
-
40px
);
@media
only
screen
and
(
min-width
:
$smallmedium
)
{
...
...
wordpress/wp-content/themes/makeitopen/assets/scss/templates/_single.scss
View file @
61699ef4
...
...
@@ -48,7 +48,7 @@
&
:before
{
z-index
:
-2
;
background
:
$bg-yellow
;
transform
:
rotate
(
-2
deg
)
translate
(
-
1px
,
1px
);
transform
:
rotate
(
0
deg
)
translate
(
1px
,
1px
);
}
}
}
...
...
@@ -83,6 +83,7 @@
height
:
10px
;
border-radius
:
50%
;
top
:
10px
;
left
:
5px
;
}
}
}
...
...
@@ -107,6 +108,6 @@
}
&
__button
{
margin
:
100px
0
0
;
margin
:
100px
0
3px
;
}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment