Changeset 13789 for trunk/src/bp-core/admin/sass/hello.scss
- Timestamp:
- 04/11/2024 06:16:38 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/sass/hello.scss
r13709 r13789 35 35 p { 36 36 font-size: 16px; 37 38 &.has-white-color.has-text-color.has-background.has-medium-font-size { 39 color: #fff; 40 padding: 1.25em 2.375em !important; 41 } 42 43 a { 44 text-decoration: none; 45 46 &:hover { 47 color: #dd823b; 48 text-decoration: underline; 49 } 50 51 mark { 52 53 &.has-inline-color.has-white-color { 54 color: #fff; 55 } 56 } 57 } 37 58 } 38 59 … … 49 70 font-size: 1.1em; 50 71 font-weight: 500; 72 } 73 74 .wp-container-core-buttons-is-layout-1 { 75 display: flex; 76 justify-content: center; 77 } 78 79 .has-vivid-red-background-color { 80 background-color: #be3631; 81 } 82 83 .wp-block-button.is-style-fill a:hover { 84 text-decoration: underline; 85 } 86 87 .wp-block-button__link { 88 color: #fff; 89 box-shadow: none; 90 text-decoration: none; 91 padding: calc(0.667em + 2px) calc(1.333em + 2px); 92 font-size: 1.125em; 51 93 } 52 94 }
Note: See TracChangeset
for help on using the changeset viewer.