mirror of
https://github.com/ivabus/www
synced 2024-11-22 20:15:05 +03:00
Fix for details button
This commit is contained in:
parent
f56e4a1387
commit
59d1b82310
1 changed files with 12 additions and 12 deletions
|
@ -281,15 +281,15 @@
|
||||||
.detail-btn-large{
|
.detail-btn-large{
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
font-family: "pp-neue-machina", sans-serif;
|
font-family: "pp-neue-machina", sans-serif;
|
||||||
font-size: 1.116vw;
|
font-size: 16px;
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
border: .5px solid #ffffff;
|
border: .5px solid #ffffff;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding-top: 0.279vw;
|
padding-top: 0.279vw;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
width: 25.000vw;
|
width: 375px;
|
||||||
height: 4.185vw;
|
height: 75px;
|
||||||
transition: 0.2s ease-in-out;
|
transition: 0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -319,15 +319,15 @@
|
||||||
.detail-btn-large{
|
.detail-btn-large{
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
font-family: "pp-neue-machina", sans-serif;
|
font-family: "pp-neue-machina", sans-serif;
|
||||||
font-size: 1.116vw;
|
font-size: 16px;
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
border: .5px solid #ffffff;
|
border: .5px solid #ffffff;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding-top: 0.279vw;
|
padding-top: 0.279vw;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
width: 25.000vw;
|
width: 300px;
|
||||||
height: 4.185vw;
|
height: 60px;
|
||||||
transition: 0.2s ease-in-out;
|
transition: 0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -357,15 +357,15 @@
|
||||||
.detail-btn-large{
|
.detail-btn-large{
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
font-family: "pp-neue-machina", sans-serif;
|
font-family: "pp-neue-machina", sans-serif;
|
||||||
font-size: 1.116vw;
|
font-size: 14px;
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
border: .5px solid #ffffff;
|
border: .5px solid #ffffff;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding-top: 0.279vw;
|
padding-top: 0.279vw;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
width: 25.000vw;
|
width: 250px;
|
||||||
height: 4.185vw;
|
height: 50px;
|
||||||
transition: 0.2s ease-in-out;
|
transition: 0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -395,15 +395,15 @@
|
||||||
.detail-btn-large{
|
.detail-btn-large{
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
font-family: "pp-neue-machina", sans-serif;
|
font-family: "pp-neue-machina", sans-serif;
|
||||||
font-size: 1.116vw;
|
font-size: 14px;
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
border: .5px solid #ffffff;
|
border: .5px solid #ffffff;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding-top: 0.279vw;
|
padding-top: 0.279vw;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
width: 25.000vw;
|
width: 250px;
|
||||||
height: 4.185vw;
|
height: 50px;
|
||||||
transition: 0.2s ease-in-out;
|
transition: 0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue