mirror of
https://github.com/ivabus/www
synced 2025-06-08 15:30:25 +03:00
Detail btn large @ mobile breakpoint
This commit is contained in:
parent
2946a81127
commit
833cb8b67f
3 changed files with 195 additions and 38 deletions
|
@ -1,38 +1 @@
|
||||||
<style>
|
|
||||||
.detail-btn-large{
|
|
||||||
display:inline-block;
|
|
||||||
font-family: "pp-neue-machina", sans-serif;
|
|
||||||
font-size: 1.116vw;
|
|
||||||
background-color: #1a1a1a;
|
|
||||||
border: .5px solid #ffffff;
|
|
||||||
color: #fff;
|
|
||||||
padding-top: 0.279vw;
|
|
||||||
text-decoration: none;
|
|
||||||
text-transform: uppercase;
|
|
||||||
width: 25.000vw;
|
|
||||||
height: 4.185vw;
|
|
||||||
transition: 0.2s ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
.detail-btn-large:hover{
|
|
||||||
background-color: #8000ff;
|
|
||||||
box-shadow: inset 0vw 0vw 0vw 0.335vw #1a1a1a !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Icon Styling */
|
|
||||||
|
|
||||||
.detail-btn-large .icon-enter-arrow{
|
|
||||||
display: inline-block;
|
|
||||||
position: relaitve;
|
|
||||||
margin-right: 0.558vw;
|
|
||||||
transition: 0.2s ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
.detail-btn-large:hover .icon-enter-arrow{
|
|
||||||
display: inline-block;
|
|
||||||
transform: rotate(-45deg) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<button href="#" class="detail-btn-large"><i class="icon-enter-arrow"></i>VIEW ALL DETAILS</button>
|
<button href="#" class="detail-btn-large"><i class="icon-enter-arrow"></i>VIEW ALL DETAILS</button>
|
||||||
|
|
|
@ -270,3 +270,197 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* Detail Button - Large */
|
||||||
|
|
||||||
|
@media only screen and (min-width: 1200px) {
|
||||||
|
|
||||||
|
.detail-btn-large{
|
||||||
|
display:inline-block;
|
||||||
|
font-family: "pp-neue-machina", sans-serif;
|
||||||
|
font-size: 1.116vw;
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: .5px solid #ffffff;
|
||||||
|
color: #fff;
|
||||||
|
padding-top: 0.279vw;
|
||||||
|
text-decoration: none;
|
||||||
|
text-transform: uppercase;
|
||||||
|
width: 25.000vw;
|
||||||
|
height: 4.185vw;
|
||||||
|
transition: 0.2s ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detail-btn-large:hover{
|
||||||
|
background-color: #8000ff;
|
||||||
|
box-shadow: inset 0vw 0vw 0vw 0.335vw #1a1a1a !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Icon Styling */
|
||||||
|
|
||||||
|
.detail-btn-large .icon-enter-arrow{
|
||||||
|
display: inline-block;
|
||||||
|
position: relaitve;
|
||||||
|
margin-right: 0.558vw;
|
||||||
|
transition: 0.2s ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detail-btn-large:hover .icon-enter-arrow{
|
||||||
|
display: inline-block;
|
||||||
|
transform: rotate(-45deg) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
||||||
|
|
||||||
|
.detail-btn-large{
|
||||||
|
display:inline-block;
|
||||||
|
font-family: "pp-neue-machina", sans-serif;
|
||||||
|
font-size: 1.116vw;
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: .5px solid #ffffff;
|
||||||
|
color: #fff;
|
||||||
|
padding-top: 0.279vw;
|
||||||
|
text-decoration: none;
|
||||||
|
text-transform: uppercase;
|
||||||
|
width: 25.000vw;
|
||||||
|
height: 4.185vw;
|
||||||
|
transition: 0.2s ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detail-btn-large:hover{
|
||||||
|
background-color: #8000ff;
|
||||||
|
box-shadow: inset 0vw 0vw 0vw 0.335vw #1a1a1a !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Icon Styling */
|
||||||
|
|
||||||
|
.detail-btn-large .icon-enter-arrow{
|
||||||
|
display: inline-block;
|
||||||
|
position: relaitve;
|
||||||
|
margin-right: 0.558vw;
|
||||||
|
transition: 0.2s ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detail-btn-large:hover .icon-enter-arrow{
|
||||||
|
display: inline-block;
|
||||||
|
transform: rotate(-45deg) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
||||||
|
|
||||||
|
.detail-btn-large{
|
||||||
|
display:inline-block;
|
||||||
|
font-family: "pp-neue-machina", sans-serif;
|
||||||
|
font-size: 1.116vw;
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: .5px solid #ffffff;
|
||||||
|
color: #fff;
|
||||||
|
padding-top: 0.279vw;
|
||||||
|
text-decoration: none;
|
||||||
|
text-transform: uppercase;
|
||||||
|
width: 25.000vw;
|
||||||
|
height: 4.185vw;
|
||||||
|
transition: 0.2s ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detail-btn-large:hover{
|
||||||
|
background-color: #8000ff;
|
||||||
|
box-shadow: inset 0vw 0vw 0vw 0.335vw #1a1a1a !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Icon Styling */
|
||||||
|
|
||||||
|
.detail-btn-large .icon-enter-arrow{
|
||||||
|
display: inline-block;
|
||||||
|
position: relaitve;
|
||||||
|
margin-right: 0.558vw;
|
||||||
|
transition: 0.2s ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detail-btn-large:hover .icon-enter-arrow{
|
||||||
|
display: inline-block;
|
||||||
|
transform: rotate(-45deg) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 576px) and (max-width: 768px) {
|
||||||
|
|
||||||
|
.detail-btn-large{
|
||||||
|
display:inline-block;
|
||||||
|
font-family: "pp-neue-machina", sans-serif;
|
||||||
|
font-size: 1.116vw;
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: .5px solid #ffffff;
|
||||||
|
color: #fff;
|
||||||
|
padding-top: 0.279vw;
|
||||||
|
text-decoration: none;
|
||||||
|
text-transform: uppercase;
|
||||||
|
width: 25.000vw;
|
||||||
|
height: 4.185vw;
|
||||||
|
transition: 0.2s ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detail-btn-large:hover{
|
||||||
|
background-color: #8000ff;
|
||||||
|
box-shadow: inset 0vw 0vw 0vw 0.335vw #1a1a1a !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Icon Styling */
|
||||||
|
|
||||||
|
.detail-btn-large .icon-enter-arrow{
|
||||||
|
display: inline-block;
|
||||||
|
position: relaitve;
|
||||||
|
margin-right: 0.558vw;
|
||||||
|
transition: 0.2s ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detail-btn-large:hover .icon-enter-arrow{
|
||||||
|
display: inline-block;
|
||||||
|
transform: rotate(-45deg) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 576px) {
|
||||||
|
|
||||||
|
.detail-btn-large{
|
||||||
|
display:inline-block;
|
||||||
|
font-family: "pp-neue-machina", sans-serif;
|
||||||
|
font-size: 3vw;
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border: .5px solid #ffffff;
|
||||||
|
color: #fff;
|
||||||
|
padding-top: 0.279vw;
|
||||||
|
text-decoration: none;
|
||||||
|
text-transform: uppercase;
|
||||||
|
width: 50vw;
|
||||||
|
height: 10vw;
|
||||||
|
transition: 0.2s ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detail-btn-large:hover{
|
||||||
|
background-color: #8000ff;
|
||||||
|
box-shadow: inset 0vw 0vw 0vw 1vw #1a1a1a !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Icon Styling */
|
||||||
|
|
||||||
|
.detail-btn-large .icon-enter-arrow{
|
||||||
|
display: inline-block;
|
||||||
|
position: relaitve;
|
||||||
|
margin-right: 0.558vw;
|
||||||
|
transition: 0.2s ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detail-btn-large:hover .icon-enter-arrow{
|
||||||
|
display: inline-block;
|
||||||
|
transform: rotate(-45deg) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
|
@ -308,7 +308,7 @@ hr{
|
||||||
|
|
||||||
.package-grid-header{
|
.package-grid-header{
|
||||||
padding-left:7vw !important;
|
padding-left:7vw !important;
|
||||||
padding-left:7vw !important;
|
padding-right:7vw !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue