Commit e05bdb8ccdd022ab00dfa855c8223288d863dcba

Authored by Eugeny Galkovskiy
1 parent 14e0e160

adaptive button to top

Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
frontend/web/css/custom.css
... ... @@ -564,4 +564,13 @@ div.modal-title{
564 564 overflow: scroll;
565 565 max-height: calc(100vh - 100px);
566 566 }
  567 + #back-to-top{
  568 + width: 45px;
  569 + height: 45px;
  570 + font-size: 22px;
  571 + line-height: 37px;
  572 + padding-left: 1px;
  573 + right: 25px;
  574 + bottom: 25px;
  575 + }
567 576 }
568 577 \ No newline at end of file
... ...