From e05bdb8ccdd022ab00dfa855c8223288d863dcba Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Tue, 14 Nov 2017 11:16:47 +0200 Subject: [PATCH] adaptive button to top --- frontend/web/css/custom.css | 9 +++++++++ 1 file changed, 9 insertions(+), 0 deletions(-) diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index 6b1896c..b726a9a 100755 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -564,4 +564,13 @@ div.modal-title{ overflow: scroll; max-height: calc(100vh - 100px); } + #back-to-top{ + width: 45px; + height: 45px; + font-size: 22px; + line-height: 37px; + padding-left: 1px; + right: 25px; + bottom: 25px; + } } \ No newline at end of file -- libgit2 0.21.4