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

github.com/themefisher/meghna-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorsomrat <monnaf37@gmail.com>2019-10-30 13:31:20 +0300
committersomrat <monnaf37@gmail.com>2019-10-30 13:31:20 +0300
commitc6c9b0b0cad83b9cce7c2b418ca1219d1734f647 (patch)
treebfc48307749261ea687440e341046668be953191 /assets
parentfa3ac987104abf7ffae00603f1e77d6815febb4e (diff)
modified footer social icon
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css38
1 files changed, 7 insertions, 31 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 0b65788..b8ff623 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -1658,36 +1658,22 @@ input#e-mail, #hidden_iframe {
margin-bottom: 4px;
}
-.social-icon ul li:hover a {
- background-color: #57cbcc;
- -webkit-transform: rotateY(0deg);
- transform: rotateY(0deg);
-}
-
-.social-icon ul li:hover a i {
- color: #fff;
- opacity: 1;
- filter: alpha(opacity=100);
- -webkit-transform: rotateY(0deg);
- transform: rotateY(0deg);
-}
-
.social-icon ul li a {
background-color: #26292e;
border: 1px solid transparent;
display: block;
height: 70px;
width: 70px;
- -webkit-transform: rotateY(180deg);
- transform: rotateY(180deg);
transition: all 400ms ease-out 0s;
}
-@media (max-width: 768px) {
- .social-icon ul li a {
- width: 55px;
- height: 55px;
- }
+.social-icon ul li a:hover{
+ background: #57cbcc;
+}
+
+.social-icon ul li a:hover i{
+ color: #fff;
+ opacity: 1;
}
.social-icon ul li a i {
@@ -1697,19 +1683,9 @@ input#e-mail, #hidden_iframe {
line-height: 70px;
margin: 0;
opacity: 0.3;
- filter: alpha(opacity=30);
- -webkit-transform: rotateY(180deg);
- transform: rotateY(180deg);
transition: all 400ms ease-out 0s;
}
-@media (max-width: 768px) {
- .social-icon ul li a i {
- line-height: 55px;
- font-size: 25px;
- }
-}
-
.copyright {
padding: 20px 0;
color: #fff;