1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-24 13:53:21 +02:00

removing border img/figure: [class*="text-pull-"]

This commit is contained in:
José Luis Antúnez
2017-03-26 18:00:50 +02:00
committed by GitHub
parent b2e6e032d4
commit 4096c85f83

View File

@@ -81,7 +81,7 @@ hr:after {
color: #333; color: #333;
} }
abbr, bbbr,
acronym { acronym {
border-bottom: 1px dotted #333; border-bottom: 1px dotted #333;
} }
@@ -282,6 +282,9 @@ TYPOGRAPHY
[class*="text-pull-"] { [class*="text-pull-"] {
border-top: 4px solid rgba(0, 0, 0, 0.5); border-top: 4px solid rgba(0, 0, 0, 0.5);
} }
img[class*="text-pull-"],figure[class*="text-pull-"] {
border-top: none;
}
/* -- Context -- */ /* -- Context -- */
[class*="bg-"] .text-context:before { [class*="bg-"] .text-context:before {
@@ -689,8 +692,8 @@ Cards
/*== Ficaption Cards === */ /*== Ficaption Cards === */
[class*="card-"] figcaption, [class*="card"] figcaption,
[class*="card-"] figcaption a { [class*="card"] figcaption a {
color: #fff; color: #fff;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
} }
@@ -783,10 +786,10 @@ input:focus::-moz-placeholder {
input:focus::-webkit-input-placeholder { input:focus::-webkit-input-placeholder {
color: #ddd; color: #ddd;
} }
a.button,[class*="badge-"], a.button,[class*="badge-"]
button[type="submit"], button[type="submit"],
input { input {
box-shadow: 0 10px 16px -8px rgba(0, 20, 80, 0.3); box-shadow: 0px 10px 16px -8px rgba(0, 20, 80, 0.3);
} }
button, button,