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

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo Guerrero Ibarra <wolf.fox1985@gmail.com>2021-07-31 18:04:47 +0300
committerGitHub <noreply@github.com>2021-07-31 18:04:47 +0300
commit8fd0f8a850f3820679a6343f6dc101ec5a806a04 (patch)
tree085456394b54693ced531b8486dce5466ed8b06d
parentc95b4517c37b2dd23cb351204815c40769832da4 (diff)
Fixed hover (#299)
* Rename and build. * Linter. * Added other linters. * refactors and slack hook. * Update readme. * Fixed hover position. Co-authored-by: Guillermo Guerrero Ibarra <guillermo.guerrero@deliveroo.co.uk>
-rw-r--r--static/css/style.blue.css4
-rw-r--r--static/css/style.default.css4
-rw-r--r--static/css/style.green.css4
-rw-r--r--static/css/style.marsala.css4
-rw-r--r--static/css/style.pink.css4
-rw-r--r--static/css/style.red.css4
-rw-r--r--static/css/style.turquoise.css4
-rw-r--r--static/css/style.violet.css4
8 files changed, 0 insertions, 32 deletions
diff --git a/static/css/style.blue.css b/static/css/style.blue.css
index 7b60924..ae06a09 100644
--- a/static/css/style.blue.css
+++ b/static/css/style.blue.css
@@ -55,10 +55,6 @@ button {
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
-a i[class^="fa"],
-button i[class^="fa"] {
- margin: 0 5px;
-}
.clickable {
cursor: pointer !important;
}
diff --git a/static/css/style.default.css b/static/css/style.default.css
index c38bf63..bfa4491 100644
--- a/static/css/style.default.css
+++ b/static/css/style.default.css
@@ -55,10 +55,6 @@ button {
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
-a i[class^="fa"],
-button i[class^="fa"] {
- margin: 0 5px;
-}
.clickable {
cursor: pointer !important;
}
diff --git a/static/css/style.green.css b/static/css/style.green.css
index 2ba3244..622f7d7 100644
--- a/static/css/style.green.css
+++ b/static/css/style.green.css
@@ -55,10 +55,6 @@ button {
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
-a i[class^="fa"],
-button i[class^="fa"] {
- margin: 0 5px;
-}
.clickable {
cursor: pointer !important;
}
diff --git a/static/css/style.marsala.css b/static/css/style.marsala.css
index aced26f..0296cb5 100644
--- a/static/css/style.marsala.css
+++ b/static/css/style.marsala.css
@@ -55,10 +55,6 @@ button {
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
-a i[class^="fa"],
-button i[class^="fa"] {
- margin: 0 5px;
-}
.clickable {
cursor: pointer !important;
}
diff --git a/static/css/style.pink.css b/static/css/style.pink.css
index 6166b6a..38e0eac 100644
--- a/static/css/style.pink.css
+++ b/static/css/style.pink.css
@@ -55,10 +55,6 @@ button {
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
-a i[class^="fa"],
-button i[class^="fa"] {
- margin: 0 5px;
-}
.clickable {
cursor: pointer !important;
}
diff --git a/static/css/style.red.css b/static/css/style.red.css
index a6f9305..0a914e5 100644
--- a/static/css/style.red.css
+++ b/static/css/style.red.css
@@ -55,10 +55,6 @@ button {
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
-a i[class^="fa"],
-button i[class^="fa"] {
- margin: 0 5px;
-}
.clickable {
cursor: pointer !important;
}
diff --git a/static/css/style.turquoise.css b/static/css/style.turquoise.css
index 73faa8c..752c2e5 100644
--- a/static/css/style.turquoise.css
+++ b/static/css/style.turquoise.css
@@ -55,10 +55,6 @@ button {
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
-a i[class^="fa"],
-button i[class^="fa"] {
- margin: 0 5px;
-}
.clickable {
cursor: pointer !important;
}
diff --git a/static/css/style.violet.css b/static/css/style.violet.css
index 1303e23..9484569 100644
--- a/static/css/style.violet.css
+++ b/static/css/style.violet.css
@@ -55,10 +55,6 @@ button {
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
-a i[class^="fa"],
-button i[class^="fa"] {
- margin: 0 5px;
-}
.clickable {
cursor: pointer !important;
}