d917e542 by Jeff Balicki

button

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent da698fa1
......@@ -14891,6 +14891,24 @@ h2 + .wp-block-pb-accordion-item, .h2 + .wp-block-pb-accordion-item {
margin-top: 40px;
}
.wp-block-button__link {
background-color: #183668;
color: #fff;
padding: 15px 30px;
border-radius: 10px;
font-size: 18px;
line-height: 24px;
font-weight: 300;
text-decoration: none;
display: inline-block;
margin-top: 20px;
}
.wp-block-button__link:hover {
background-color: #132c55;
color: #fff !important;
}
.block-link {
text-decoration: none;
}
......
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{
margin-top: 40px;
}
.wp-block-button__link{
background-color: #183668;
color: #fff;
padding: 15px 30px;
border-radius: 10px;
font-size: 18px;
line-height: 24px;
font-weight: 300;
text-decoration: none;
display: inline-block;
margin-top: 20px;
}
.wp-block-button__link:hover{
background-color: #132c55;
//font-weight: bold;
color: #fff !important;
}
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.0056
Version: 1.2.0057
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......