Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dist/spectre.css')
-rw-r--r--docs/dist/spectre.css56
1 files changed, 53 insertions, 3 deletions
diff --git a/docs/dist/spectre.css b/docs/dist/spectre.css
index 396e0bb..e9ea4b7 100644
--- a/docs/dist/spectre.css
+++ b/docs/dist/spectre.css
@@ -1,4 +1,4 @@
-/*! Spectre.css v0.4.6 | MIT License | github.com/picturepan2/spectre */
+/*! Spectre.css v0.4.7 | MIT License | github.com/picturepan2/spectre */
/* Manually forked from Normalize.css */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Correct the line height in all browsers. 3. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
@@ -614,11 +614,61 @@ dl dd {
color: #fff;
}
-.btn.btn-primary.loading::after {
+.btn.btn-primary.loading::after,
+.btn.btn-success.loading::after,
+.btn.btn-error.loading::after {
border-bottom-color: #fff;
border-left-color: #fff;
}
+.btn.btn-success {
+ background: #32b643;
+ border-color: #2faa3f;
+ color: #fff;
+}
+
+.btn.btn-success:focus {
+ box-shadow: 0 0 0 .1rem rgba(50, 182, 67, .2);
+}
+
+.btn.btn-success:focus,
+.btn.btn-success:hover {
+ background: #30ae40;
+ border-color: #2da23c;
+ color: #fff;
+}
+
+.btn.btn-success:active,
+.btn.btn-success.active {
+ background: #2a9a39;
+ border-color: #278e34;
+ color: #fff;
+}
+
+.btn.btn-error {
+ background: #e85600;
+ border-color: #d95000;
+ color: #fff;
+}
+
+.btn.btn-error:focus {
+ box-shadow: 0 0 0 .1rem rgba(232, 86, 0, .2);
+}
+
+.btn.btn-error:focus,
+.btn.btn-error:hover {
+ background: #de5200;
+ border-color: #cf4d00;
+ color: #fff;
+}
+
+.btn.btn-error:active,
+.btn.btn-error.active {
+ background: #c44900;
+ border-color: #b54300;
+ color: #fff;
+}
+
.btn.btn-link {
background: transparent;
border-color: transparent;
@@ -1236,7 +1286,7 @@ input.disabled + .form-icon {
}
.form-horizontal {
- padding: .4rem;
+ padding: .4rem 0;
}
.form-horizontal .form-group {