Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
italy-theme
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
italy-theme
Commits
f72f06b3
Commit
f72f06b3
authored
Apr 29, 2018
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
page: fix border radius of rows with background
parent
c16d4c40
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
scss/_page.scss
scss/_page.scss
+11
-0
No files found.
scss/_page.scss
View file @
f72f06b3
...
...
@@ -27,6 +27,13 @@ div.page {
&
:first-child
{
border-top
:
0
;
border-top-left-radius
:
0
.2em
;
border-top-right-radius
:
0
.2em
;
}
&
:last-child
{
border-bottom-left-radius
:
0
.2em
;
border-bottom-right-radius
:
0
.2em
;
}
div
.col
{
...
...
@@ -66,6 +73,10 @@ div.page {
div
.row
{
display
:
block
;
&
:first-child
,
&
:last-child
{
border-radius
:
0
;
}
div
.col
{
margin
:
2em
0
0
0
;
...
...
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