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
c847646e
Commit
c847646e
authored
Apr 30, 2018
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alerts: improve padding
parent
a3473a83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
scss/_alerts.scss
scss/_alerts.scss
+6
-1
No files found.
scss/_alerts.scss
View file @
c847646e
...
...
@@ -17,10 +17,15 @@
div
.alert
{
color
:
#fff
;
padding
:
0
.7em
1em
0
.8em
1em
;
margin
:
1em
0
;
margin
:
1
.5
em
0
;
border-radius
:
0
.2em
;
box-shadow
:
inset
0
-0
.2em
0
rgba
(
0
,
0
,
0
,
0
.15
);
/* Merge alerts together */
&
:not
(
.closed
)
+
div
.alert
{
margin-top
:
-1em
;
}
&
.success
{
background
:
$color_green
;
}
...
...
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