summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/css')
-rwxr-xr-xStoneIsland/www/css/account.css13
-rwxr-xr-xStoneIsland/www/css/index.css3
2 files changed, 10 insertions, 6 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css
index 28e49ca4..be82a4c7 100755
--- a/StoneIsland/www/css/account.css
+++ b/StoneIsland/www/css/account.css
@@ -348,16 +348,17 @@ input.switch:checked + label:after {
font-size:14px;
letter-spacing:0.5px;
text-align:center;
- position:absolute;
- top:50%;
- left:50%;
+ display: flex;
+ align-items: center;
+ justify-content: center;
width:100%;
- -webkit-transform: translateX(-50%) translateY(-50%);
- transform: translateX(-50%) translateY(-50%);
+ min-height: 48px;
color:#000;
}
-
+.billing-container a {
+ text-decoration: none;
+}
.premessage {
top:calc(50% - 20px)!important;
diff --git a/StoneIsland/www/css/index.css b/StoneIsland/www/css/index.css
index d5a404ae..fa3dae54 100755
--- a/StoneIsland/www/css/index.css
+++ b/StoneIsland/www/css/index.css
@@ -20,6 +20,9 @@ body {
font-size: 14px;
padding-top: constant(safe-area-inset-top);
}
+a, a:visited {
+ color: #000;
+}
.loader {
z-index: 2;