Skip to content
Snippets Groups Projects
Verified Commit 990cb144 authored by Jake's avatar Jake
Browse files

updated main.css

parent 2a6c483a
No related branches found
No related tags found
No related merge requests found
Pipeline #323091 passed
......@@ -261,7 +261,9 @@ nav.breadcrumb ul li:first-child a::before {
.globalsections {
font-size: 0.7em;
}
......@@ -333,7 +335,7 @@ footer.page-footer a.tag-link {
hr {
height: 0.25rem;
margin: 1rem 0;
margin: 0.6rem 0;
background-color: var(--hline-color);
border: 0;
width: 100%;
......@@ -406,8 +408,8 @@ sup {
.content h4,
.content h5,
.content h6 {
margin-top: 1.5em;
margin-bottom: 1em;
margin-top: 0.5em;
margin-bottom: 0.8em;
font-weight: 600;
line-height: 1.25;
}
......@@ -540,10 +542,11 @@ ul.cards li a:hover {
.info, .success, .warning, .danger, .alert {
padding:1rem;
margin-bottom:1.2rem;
border:0.1rem solid transparent;
border-radius:0.25rem;
padding:1em;
margin-top: 0.4em;
margin-bottom: 0.1em;
border:0.1em solid transparent;
border-radius:0.25em;
/*padding:15px;
margin-bottom:20px;
border:1px solid transparent;
......@@ -590,20 +593,20 @@ ul.cards li a:hover {
.warning > p, .warning > ul { margin-bottom:0; }
.danger > p, .danger > ul { margin-bottom:0; }
.alert > p+p { margin-top:0.33rem; }
.info > p+p { margin-top:0.33rem; }
.success > p+p { margin-top:0.33rem; }
.warning > p+p { margin-top:0.33rem; }
.danger > p+p { margin-top:0.33rem; }
.alert > p+p { margin-top:0.33em; }
.info > p+p { margin-top:0.33em; }
.success > p+p { margin-top:0.33em; }
.warning > p+p { margin-top:0.33em; }
.danger > p+p { margin-top:0.33em; }
.alert-dismissable, .alert-dismissible {
padding-right:2rem;
padding-right:2em;
}
.alert-dismissable .close,.alert-dismissible .close{
position:relative;
top:-0.1rem;
right:-1.4rem;
top:-0.1em;
right:-1.4em;
color:inherit;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment