aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/SettingsManager.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/util/SettingsManager.scss')
-rw-r--r--src/client/util/SettingsManager.scss93
1 files changed, 7 insertions, 86 deletions
diff --git a/src/client/util/SettingsManager.scss b/src/client/util/SettingsManager.scss
index c41adfdd7..bca649bc3 100644
--- a/src/client/util/SettingsManager.scss
+++ b/src/client/util/SettingsManager.scss
@@ -2,41 +2,20 @@
.settings-interface {
//background-color: whitesmoke !important;
- color: grey;
width: 450px;
-
- button {
- background: #315a96;
- outline: none;
- border-radius: 5px;
- border: 0px;
- color: #fcfbf7;
- text-transform: uppercase;
- letter-spacing: 2px;
- font-size: 75%;
- padding: 10px;
- margin: 10px;
- transition: transform 0.2s;
- margin: 2px;
- }
}
.settings-title {
font-size: 25px;
font-weight: bold;
padding-right: 10px;
- color: black;
}
.settings-username {
font-size: 12px;
padding-right: 15px;
- color: black;
margin-top: 10px;
margin-bottom: 10px;
- /* right: 135; */
- // position: absolute;
- // left: 243;
}
.settings-section {
@@ -49,7 +28,6 @@
font-size: 16;
font-weight: bold;
text-align: left;
- color: black;
width: 80;
margin-right: 50px;
}
@@ -61,45 +39,10 @@
.password-content {
display: flex;
+ width: 100%;
flex-direction: column;
align-items: flex-start;
-
- .password-content-inputs {
- display: flex;
- flex-direction: column;
- width: 100%;
- font-size: 10px;
- align-items: flex-start;
-
- .password-inputs {
- border: 1px solid rgb(160, 160, 160);
- margin-bottom: 15px;
- width: 130;
- color: $medium-gray;
- border-radius: 5px;
- padding: 7px;
- }
- }
-
- .password-content-buttons {
- display: flex;
- gap: 5px;
- justify-content: center;
- align-items: flex-start;
- flex-direction: column;
-
- .password-submit {
- //margin-left: 85px;
- margin-top: 5px;
- }
-
- .password-forgot {
- //margin-left: 65px;
- //margin-top: -20px;
- font-size: 12px;
- white-space: nowrap;
- }
- }
+ gap: 5px;
}
.accounts-content {
@@ -115,7 +58,6 @@
width: 80%;
height: 35px;
margin-right: 10px;
- color: black;
border-radius: 5px;
&:hover {
@@ -139,12 +81,6 @@
}
}
- .playground-text {
- color: black;
- margin-right: 10px;
- margin-top: 2;
- }
-
.acl-text {
color: black;
margin-top: 2;
@@ -176,7 +112,6 @@
.appearances-content {
display: flex;
- color: black;
font-size: 10px;
.preferences-color {
@@ -201,7 +136,6 @@
margin-top: 2px;
.preferences-font-text {
- color: black;
margin-top: 4;
margin-right: 4;
margin-bottom: 2px;
@@ -216,7 +150,6 @@
.font-select {
height: 35px;
- color: black;
font-size: 9;
margin-right: 6;
border-radius: 5px;
@@ -229,7 +162,6 @@
.size-select {
height: 35px;
- color: black;
font-size: 9;
border-radius: 5px;
width: 30%;
@@ -241,7 +173,6 @@
}
.preferences-check {
- color: black;
margin-right: 4;
margin-bottom: -3;
margin-left: 5;
@@ -265,7 +196,6 @@
.settings-content {
- background: #e4e4e4;
padding: 10px;
width: 500px;
flex: 1 1 auto;
@@ -296,7 +226,6 @@
}
h1 {
- color: #121721;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 19;
@@ -325,7 +254,6 @@
.padding {
padding: 0 0 0 20px;
- color: black;
}
}
}
@@ -336,16 +264,11 @@
min-height: 250px;
height: 100%;
width: 100%;
-
- .settings-content {
- background-color: $off-white;
- }
}
.settings-panel {
position: relative;
min-width: 150px;
- background-color: $light-blue;
.settings-user {
position: absolute;
@@ -370,16 +293,11 @@
.settings-tabs {
// font-size: 16px;
font-weight: 600;
- color: black;
.tab-control {
padding: 10px;
border-bottom: 1px solid #9f9e9e;
cursor: pointer;
-
- &.active {
- background-color: #fdfdfd;
- }
}
}
@@ -398,16 +316,18 @@
.tab-content {
display: flex;
+ flex-flow: row wrap;
+ gap: 10px;
+ overflow: hidden;
.tab-column {
- flex: 0 0 50%;
+ flex: 0 0 calc(50% - 10px);
flex-direction: column;
display: flex;
justify-content: flex-start;
align-items: flex-start;
.tab-column-title {
- color: $dark-gray;
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
@@ -420,6 +340,7 @@
align-items: flex-start;
flex-direction: column;
gap: 10px;
+ width: 100%;
}
}
}