- Timestamp:
- 10/30/2018 02:13:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/sass/elements/_elements.scss
r43808 r43842 37 37 38 38 a:focus { 39 outline: 0; 39 outline: thin; 40 outline-style: dotted; 40 41 text-decoration: underline; 41 42 } … … 62 63 max-width: 100%; 63 64 position: relative; 64 &:before {65 background-color: $color__background-pre;66 border: 1px dashed $color__background-hr;67 border-radius: 3px;68 content: " ";69 display: block;70 height: 100%;71 left: 0;72 position: absolute;73 top: 0;74 width: 100%;75 }76 77 &:after {78 color: $color__text-input;79 content: "This image is broken :-/ ( "attr(alt)" )";80 display: block;81 left: 50%;82 position: absolute;83 text-align: center;84 top: 50%;85 transform: translate(-50%, -50%);86 width: 100%;87 }88 65 } 89 66 … … 93 70 94 71 blockquote { 95 96 72 border-left: 2px solid $color__link; 97 73 margin-left: -($size__spacing-unit * 2); 98 padding: $size__spacing-unit 0 ($size__spacing-unit * .5) ($size__spacing-unit * 2);74 padding: 0 0 0 $size__spacing-unit; 99 75 100 76 > p {
Note: See TracChangeset
for help on using the changeset viewer.