22 lines
726 B
CSS
22 lines
726 B
CSS
h3{font-size:16px; margin-bottom: 20px;}
|
|
blockquote{padding: 0; border-left: 0;}
|
|
li{line-height: 2em}
|
|
.modal-dialog{position: relative; line-height: 20px}
|
|
.modal-header{position: absolute; right: 15px; top: 10px; border: none;z-index: 999}
|
|
.modal-body{padding: 20px 60px;}
|
|
|
|
.dropdown-menu {min-width: 120px; margin-top: 0;}
|
|
|
|
.card.ad{margin-bottom:0px;}
|
|
.card.ad > .img-wrapper {
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
height: 115px;
|
|
width: 100%;
|
|
}
|
|
.card.ad > .img-wrapper > img{display: none;}
|
|
.card.ad > .card-heading {text-align: center;}
|
|
.card.ad > .card-reveal > .card-heading { padding: 12px 10px 10px 15px;}
|
|
.card.ad > .card-reveal {color: #333;}
|
|
.card.ad > .card-reveal li{line-height:1.5}
|