button
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
6 changed files
with
36 additions
and
1 deletions
| ... | @@ -14891,6 +14891,24 @@ h2 + .wp-block-pb-accordion-item, .h2 + .wp-block-pb-accordion-item { | ... | @@ -14891,6 +14891,24 @@ h2 + .wp-block-pb-accordion-item, .h2 + .wp-block-pb-accordion-item { |
| 14891 | margin-top: 40px; | 14891 | margin-top: 40px; |
| 14892 | } | 14892 | } |
| 14893 | 14893 | ||
| 14894 | .wp-block-button__link { | ||
| 14895 | background-color: #183668; | ||
| 14896 | color: #fff; | ||
| 14897 | padding: 15px 30px; | ||
| 14898 | border-radius: 10px; | ||
| 14899 | font-size: 18px; | ||
| 14900 | line-height: 24px; | ||
| 14901 | font-weight: 300; | ||
| 14902 | text-decoration: none; | ||
| 14903 | display: inline-block; | ||
| 14904 | margin-top: 20px; | ||
| 14905 | } | ||
| 14906 | |||
| 14907 | .wp-block-button__link:hover { | ||
| 14908 | background-color: #132c55; | ||
| 14909 | color: #fff !important; | ||
| 14910 | } | ||
| 14911 | |||
| 14894 | .block-link { | 14912 | .block-link { |
| 14895 | text-decoration: none; | 14913 | text-decoration: none; |
| 14896 | } | 14914 | } | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -38,3 +38,20 @@ h2 + .wp-block-pb-accordion-item{ | ... | @@ -38,3 +38,20 @@ h2 + .wp-block-pb-accordion-item{ |
| 38 | margin-top: 40px; | 38 | margin-top: 40px; |
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | .wp-block-button__link{ | ||
| 42 | background-color: #183668; | ||
| 43 | color: #fff; | ||
| 44 | padding: 15px 30px; | ||
| 45 | border-radius: 10px; | ||
| 46 | font-size: 18px; | ||
| 47 | line-height: 24px; | ||
| 48 | font-weight: 300; | ||
| 49 | text-decoration: none; | ||
| 50 | display: inline-block; | ||
| 51 | margin-top: 20px; | ||
| 52 | } | ||
| 53 | .wp-block-button__link:hover{ | ||
| 54 | background-color: #132c55; | ||
| 55 | //font-weight: bold; | ||
| 56 | color: #fff !important; | ||
| 57 | } | ... | ... |
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| 5 | Author: the Understrap Contributors | 5 | Author: the Understrap Contributors |
| 6 | Author URI: https://github.com/understrap/understrap-child/graphs/contributors | 6 | Author URI: https://github.com/understrap/understrap-child/graphs/contributors |
| 7 | Template: understrap | 7 | Template: understrap |
| 8 | Version: 1.2.0056 | 8 | Version: 1.2.0057 |
| 9 | License: GNU General Public License v2 or later | 9 | License: GNU General Public License v2 or later |
| 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html | 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 11 | Text Domain: understrap-child | 11 | Text Domain: understrap-child | ... | ... |
-
Please register or sign in to post a comment