diff --git a/build/css/main.css b/build/css/main.css index 1ae8e759..9ef4fb8b 100644 --- a/build/css/main.css +++ b/build/css/main.css @@ -5847,6 +5847,9 @@ button.close { * See the License for the specific language governing permissions and * limitations under the License. */ +.space-medium { + margin: 15px; } + .space-vertical-medium { margin: 15px 0; } @@ -5875,12 +5878,14 @@ hero-badge[disabled] .badge { hero-icon[disabled] hero-caption { color: #787c7f; } -hero-button .btn[disabled] { - background-color: #313339; - color: #787c7f; - pointer-events: none; } - hero-button .btn[disabled]:hover { - background-color: #36383e; } +hero-button .btn { + min-width: 170px; } + hero-button .btn[disabled] { + background-color: #313339; + color: #787c7f; + pointer-events: none; } + hero-button .btn[disabled]:hover { + background-color: #36383e; } hero-progress-button .bar { background: #6ca1e0; } @@ -5949,3 +5954,13 @@ body { .tiny { font-size: 10px; } + +.separator-xs { + flex-grow: 0; + background-color: #64686a; + padding: 0px; + min-width: 2px; } + +.button-label { + margin: 0 auto 15px; + max-width: 165px; } diff --git a/lib/components/hero-button.html b/lib/components/hero-button.html index 002c66ae..dfe1a4c1 100644 --- a/lib/components/hero-button.html +++ b/lib/components/hero-button.html @@ -13,8 +13,6 @@ letter-spacing: 0.5px; outline: none; - min-width: 170px; - position: relative; } diff --git a/lib/index.html b/lib/index.html index e1213deb..73e173ef 100644 --- a/lib/index.html +++ b/lib/index.html @@ -100,15 +100,28 @@
Safely ejected and ready for use
-