Add autoprefixer workflow

This commit is contained in:
Emruz Hossain 2020-08-21 22:11:11 +06:00
parent 4820c11cc4
commit 29b432090e
11 changed files with 1014 additions and 108 deletions

View file

@ -54,7 +54,6 @@ a:hover {
border-color: #3c4858;
color: #e5e9f2;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
}
.btn-dark:hover,
@ -62,7 +61,6 @@ a:hover {
background-color: #248aaa;
border-color: #248aaa;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
}
.btn-outline-info {
@ -116,7 +114,6 @@ img.right {
.card {
box-shadow: none;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
overflow: hidden;
}
@ -135,7 +132,6 @@ img.right {
box-shadow: 0px 8px 56px rgba(15, 80, 100, 0.16);
border: 1px solid #fff;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
}
.card .card-head {
@ -146,15 +142,12 @@ img.right {
.card-img-top {
transition: all 0.3s ease-out !important;
-webkit-transition: all 0.3s ease-out !important;
}
.card:hover .card-head .card-img-top,
.card:focus .card-head .card-img-top {
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transform: scale(1.2);
-webkit-transform: scale(1.2);
}
.card-body {
@ -181,13 +174,11 @@ img.right {
.footer a {
color: #8392a5;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
}
.footer a:hover {
margin-left: 5px;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
}
.footer ul {
@ -226,7 +217,6 @@ img.right {
.footer #hugo:hover {
margin-right: 5px;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
}
/* --- FOOTER END ---- */