style: fix incompatibilities with clear-typography 1.1

This commit is contained in:
Kazhnuz 2018-10-14 18:13:03 +02:00
parent fd584acca3
commit 0ea151f1d8
2 changed files with 40 additions and 27 deletions

View File

@ -28,13 +28,16 @@ header h1 {
text-shadow: 0px 2px 12px transparent;
padding-bottom: 0px;
margin: auto;
text-align: center; }
text-align: center;
line-height: 1.5em; }
.navbar {
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
border: 1px solid rgba(0, 0, 0, 0.3);
border-left: 0;
border-right: 0; }
.navbar ul {
padding-bottom: 0; }
.dropdown-menu {
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3), inset 0px -2px 0px rgba(0, 0, 0, 0.2); }
@ -77,6 +80,10 @@ a.social-link:hover {
.card-shadow {
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3), inset 0px -2px 0px rgba(0, 0, 0, 0.2); }
.card h1, .card h2, .card h3, .card h4, .card h5, .card h6, .card h7, .card h8, .card h9, .card h10 {
color: #333;
text-shadow: 0px 0px 0px transparent; }
/* header and titles */
.card-header {
border: 1px solid rgba(0, 0, 0, 0.3);
@ -93,18 +100,14 @@ a.social-link:hover {
border-radius: 3px 3px 3px 3px;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.card h1, .card h2, .card h3, .card h4, .card h5, .card h6, .card h7, .card h8, .card h9, .card h10 {
color: #333;
text-shadow: 0px 0px 0px transparent; }
h1.card-title, h2.card-title, h3.card-title, h4.card-title, h5.card-title, h6.card-title, h7.card-title, h8.card-title, h9.card-title, h10.card-title {
font-size: 1em;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
padding: 0px;
margin: 0px;
color: #FFF;
font-weight: 600; }
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6, .card-header h7, .card-header h8, .card-header h9, .card-header h10 {
font-size: 1em;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
padding: 0px;
margin: 0px;
color: #FFF;
font-weight: 600;
line-height: 1.5em; }
/* meta */
.card-meta {
@ -204,6 +207,8 @@ a.list-group-item:hover {
border: 0;
background-color: #eeeeec;
margin-bottom: 1.2em; }
.breadcrumb li {
margin: 0; }
/* ------------------ PARTAGE RESEAUX SOCIAUX ------------------- */
.share-buttons {

View File

@ -49,6 +49,7 @@ header h1 {
padding-bottom:0px;
margin:auto;
text-align:center;
line-height: 1.5em;
}
.navbar {
@ -56,6 +57,9 @@ header h1 {
@include borders();
border-left: 0;
border-right: 0;
ul {
padding-bottom:0;
}
}
.dropdown-menu {
@ -112,6 +116,11 @@ a.social-link:hover {
box-shadow: $large-shadow, $inset-shadow;
}
.card h1,.card h2,.card h3,.card h4,.card h5,.card h6,.card h7,.card h8,.card h9,.card h10 {
color:#333;
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
/* header and titles */
.card-header {
@ -133,20 +142,16 @@ a.social-link:hover {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
}
.card h1,.card h2,.card h3,.card h4,.card h5,.card h6,.card h7,.card h8,.card h9,.card h10 {
color:#333;
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
h1.card-title, h2.card-title, h3.card-title, h4.card-title, h5.card-title, h6.card-title, h7.card-title, h8.card-title, h9.card-title, h10.card-title {
font-size:1em;
text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
padding:0px;
margin:0px;
color:#FFF;
font-weight:600;
h1, h2, h3, h4, h5, h6, h7, h8, h9, h10 {
font-size:1em;
text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
padding:0px;
margin:0px;
color:#FFF;
font-weight:600;
line-height:1.5em;
}
}
/* meta */
@ -277,6 +282,9 @@ a.list-group-item:hover {
border: 0;
background-color:#eeeeec;
margin-bottom:1.2em;
li {
margin:0;
}
}
/* ------------------ PARTAGE RESEAUX SOCIAUX ------------------- */