Skip to content
GitLab
Menu
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
050dccee
Commit
050dccee
authored
Mar 29, 2021
by
alain
🐙
Browse files
a little border tweaking
parent
90e8fb39
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
wordpress/wp-content/themes/makeitopen/assets/css/maps/style.css.map
View file @
050dccee
This diff is collapsed.
Click to expand it.
wordpress/wp-content/themes/makeitopen/assets/css/style.css
View file @
050dccee
This diff is collapsed.
Click to expand it.
wordpress/wp-content/themes/makeitopen/assets/scss/partials/_content-row.scss
View file @
050dccee
...
...
@@ -94,6 +94,7 @@
}
&
--border
{
margin
:
0
10px
;
padding
:
30px
0
;
@media
only
screen
and
(
min-width
:
$large
)
{
...
...
@@ -120,10 +121,15 @@
}
.border
{
background
:
$bg-blue
;
top
:
0
;
bottom
:
0
;
width
:
8px
;
@media
only
screen
and
(
min-width
:
$medium
)
{
width
:
10px
;
}
&
--left
{
left
:
0
;
}
...
...
@@ -138,6 +144,10 @@
height
:
8px
;
left
:
0
;
right
:
0
;
@media
only
screen
and
(
min-width
:
$medium
)
{
height
:
10px
;
}
}
&
:before
{
...
...
wordpress/wp-content/themes/makeitopen/assets/scss/templates/_page.scss
View file @
050dccee
...
...
@@ -5,11 +5,14 @@
ol
li
:before
,
ul
li
:before
,
.content-row--border
.container
:before
,
.content-row--border
.container
:after
,
.border
{
.content-row--border
.container
:after
{
background
:
$purple
;
}
.border
{
background
:
$bg-purple
;
}
a
.btn
:before
,
ol
li
:after
,
ul
li
:after
{
...
...
@@ -23,11 +26,14 @@
ol
li
:before
,
ul
li
:before
,
.content-row--border
.container
:before
,
.content-row--border
.container
:after
,
.border
{
.content-row--border
.container
:after
{
background
:
$yellow
;
}
.border
{
background
:
$bg-purple
;
}
a
.btn
:before
,
ol
li
:after
,
ul
li
:after
{
...
...
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