Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbinsky <timo@binsky.org>2021-03-12 15:23:59 +0300
committerbinsky <timo@binsky.org>2021-03-12 15:23:59 +0300
commit646654e6d1ec19e86c0ed9172dce743a4ff5a814 (patch)
treece1411757b9ec6765d73ad5b1294f51c393e8f93 /css/public-page.css
parent09b0443a279cff78b8740a60bdfe0eed66ae0b88 (diff)
remove non ascii characters from scss files
Diffstat (limited to 'css/public-page.css')
-rw-r--r--css/public-page.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/css/public-page.css b/css/public-page.css
index 2641c533..d314c4b4 100644
--- a/css/public-page.css
+++ b/css/public-page.css
@@ -67,6 +67,14 @@ header {
#content-wrapper {
padding-top: 0; }
+.share-controller {
+ width: 100%; }
+ .share-controller .share-container {
+ margin-top: 50px;
+ margin-left: auto;
+ margin-right: auto;
+ width: 25%; }
+
.credential_container {
margin-top: 20px;
margin-bottom: 20px;
@@ -83,6 +91,7 @@ header {
font-weight: bold; }
.credential_container button, .credential_container .text {
margin: 0 auto;
+ margin-bottom: 25px;
display: block; }
.credential_container button i, .credential_container .text i {
margin-right: 5px; }