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
852c91fc
Commit
852c91fc
authored
Sep 04, 2018
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
page: add .row-borderless
parent
7220dddb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
demo.html
demo.html
+7
-1
scss/_page.scss
scss/_page.scss
+7
-0
No files found.
demo.html
View file @
852c91fc
...
...
@@ -227,6 +227,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
colonna al centro, verticalmente ed
orizzontalmente.
</p>
<p>
Se si vogliono rimuovere i bordi fra le righe,
aggiungere la classe
<code>
.row-borderless
</code>
nella riga inferiore.
</p>
</div>
</div>
<div
class=
"row"
>
...
...
@@ -363,7 +369,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</p>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row
row-borderless
"
>
<div
class=
"col"
>
<p>
Sunt vitae recusandae laborum. Qui consequatur
...
...
scss/_page.scss
View file @
852c91fc
...
...
@@ -21,6 +21,7 @@ div.page {
margin
:
1
.5em
0
;
div
.row
{
background
:
#fff
;
border-top
:
1px
dotted
mix
(
#fff
,
$color_warm_gray
,
40%
);
padding
:
2em
1em
;
display
:
flex
;
...
...
@@ -38,6 +39,12 @@ div.page {
border-bottom-right-radius
:
0
.2em
;
}
&
.row-borderless
{
border-top
:
0
;
padding-top
:
1em
;
margin-top
:
-1em
;
}
div
.col
{
flex
:
1
;
margin
:
0
1em
;
...
...
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