style: reorganize cards style a bit
This commit is contained in:
parent
27d549a000
commit
456561681f
1 changed files with 6 additions and 4 deletions
|
@ -97,6 +97,12 @@ a.social-link:hover {
|
||||||
margin-bottom:1.2em;
|
margin-bottom:1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card-shadow {
|
||||||
|
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3), inset 0px -2px 0px rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* header and titles */
|
||||||
|
|
||||||
.card-header {
|
.card-header {
|
||||||
border-top-left-radius:3px;
|
border-top-left-radius:3px;
|
||||||
border-top-right-radius:3px;
|
border-top-right-radius:3px;
|
||||||
|
@ -116,10 +122,6 @@ a.social-link:hover {
|
||||||
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
|
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-shadow {
|
|
||||||
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3), inset 0px -2px 0px rgba(0, 0, 0, 0.2);
|
|
||||||
}
|
|
||||||
|
|
||||||
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 {
|
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;
|
font-size:1em;
|
||||||
text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
|
text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
|
||||||
|
|
Reference in a new issue