Skip to content

Commit

Permalink
Стили для версии и кнопки google play
Browse files Browse the repository at this point in the history
  • Loading branch information
envrm committed Dec 18, 2019
1 parent 4c506b0 commit 32b195e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions css/feminitives.css
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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%; }
Expand Down

0 comments on commit 32b195e

Please sign in to comment.