Browse Source

Стили для версии и кнопки google play

master
Maxim Likhachev 6 years ago
parent
commit
32b195e9a1
  1. 19
      css/feminitives.css

19
css/feminitives.css

@ -43,6 +43,13 @@ button:hover { @@ -43,6 +43,13 @@ button:hover {
cursor: pointer;
}
#title_version {
cursor: pointer;
text-decoration: none;
color: #7c795d;
border-bottom: 5px #7c795d dotted;
}
#suffix {
display: none;
}
@ -135,6 +142,18 @@ button:hover { @@ -135,6 +142,18 @@ button:hover {
opacity: 1;
}
#google_play {
position: fixed;
left: 0px;
bottom: 0px;
height: 4em;
width: 100%;
}
#google_play > a > img {
height: 4em;
}
@media screen and (max-device-width: 1000px) {
input { font-size:90%; }
button { font-size: 80%; width: 25%; }

Loading…
Cancel
Save