This commit is contained in:
Rico Sta. Cruz 2017-08-24 19:02:04 +08:00
parent 564e865362
commit 503dedf2c2
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 2 additions and 11 deletions

View File

@ -79,17 +79,8 @@
} }
.h3-section.-prime > .body { .h3-section.-prime > .body {
border: solid 2px $baseB-600;
border-radius: 2px; border-radius: 2px;
box-shadow: box-shadow:
0 8px 12px rgba(80, 100, 150, 0.07), 0 8px 12px rgba($baseB-600, 0.3),
0 4px 8px rgba(80, 100, 150, 0.07), 0 2px 3px rgba($baseB-400, 0.35);
0 2px 3px rgba(80, 100, 150, 0.15);
& > pre ~ p,
& > ul ~ p,
& > iframe ~ p,
& > table ~ p {
border-top: solid 2px $baseB-600;
}
} }