Skip to content

Commit

Permalink
sd-8: Tidied up include templates, and styling
Browse files Browse the repository at this point in the history
  • Loading branch information
adunn authored and Dylan Wagstaff committed Mar 26, 2019
1 parent fbf315b commit 236b59d
Show file tree
Hide file tree
Showing 14 changed files with 274 additions and 228 deletions.
8 changes: 4 additions & 4 deletions dist/css/editor.css
@@ -1,8 +1,8 @@
@charset "UTF-8";
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
padding: 1.2rem 2rem;
margin-bottom: 1.6rem;
border: 1px solid transparent;
border-radius: 0.4rem;
}
Expand All @@ -16,14 +16,14 @@
}

.alert-dismissible {
padding-right: 4.9rem;
padding-right: 6.4rem;
}

.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
padding: 1.2rem 2rem;
color: inherit;
}

Expand Down

0 comments on commit 236b59d

Please sign in to comment.