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

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/resources/_gen/assets/scss/sass/shortcodes/button.scss_6fa2be902ef8caa56cd91727d4d085e0.content')
-rw-r--r--exampleSite/resources/_gen/assets/scss/sass/shortcodes/button.scss_6fa2be902ef8caa56cd91727d4d085e0.content34
1 files changed, 0 insertions, 34 deletions
diff --git a/exampleSite/resources/_gen/assets/scss/sass/shortcodes/button.scss_6fa2be902ef8caa56cd91727d4d085e0.content b/exampleSite/resources/_gen/assets/scss/sass/shortcodes/button.scss_6fa2be902ef8caa56cd91727d4d085e0.content
deleted file mode 100644
index 735f34b..0000000
--- a/exampleSite/resources/_gen/assets/scss/sass/shortcodes/button.scss_6fa2be902ef8caa56cd91727d4d085e0.content
+++ /dev/null
@@ -1,34 +0,0 @@
-button.btn {
- border: 1px solid transparent;
- padding: .375rem .75rem;
- font-size: 1rem;
- line-height: 1.5;
- border-radius: .25rem;
- cursor: pointer;
- color: #fff;
- background-color: #007bff;
- border-color: #007bff; }
- button.btn.info {
- color: white;
- background-color: #007bff;
- border-color: #007bff; }
- button.btn.info a {
- color: white; }
- button.btn.success {
- color: white;
- background-color: #28a745;
- border-color: #28a745; }
- button.btn.success a {
- color: white; }
- button.btn.warning {
- color: black;
- background-color: #ffc107;
- border-color: #ffc107; }
- button.btn.warning a {
- color: black; }
- button.btn.danger {
- color: white;
- background-color: #dc3545;
- border-color: #dc3545; }
- button.btn.danger a {
- color: white; }