Skip to content

Commit 830b2ff

Browse files
committed
minor css changes
1 parent adc42a6 commit 830b2ff

4 files changed

Lines changed: 22 additions & 30 deletions

File tree

angular/src/app/pages/api/django/api.django.component.scss

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,33 +33,26 @@
3333
}
3434

3535
.documentation-container button {
36-
width: 6em;
36+
width: 6.3em;
3737
height: 4em;
3838
border-radius: 15px !important;
3939
display: flex;
4040
align-items: center;
41-
justify-content: space-around;
4241
font-size: unset;
43-
color: white;
44-
border: none;
4542
user-select: none;
43+
justify-content: center;
4644
}
4745

48-
.documentation-container button:disabled,
49-
.documentation-container button:disabled:hover {
50-
background-color: #63636333;
51-
border: 1px solid #4f5560;
52-
color: white;
53-
}
5446

5547
.documentation-container button:disabled div img {
5648
filter: brightness(0) saturate(100%) invert(87%) sepia(0%) saturate(726%) hue-rotate(227deg) brightness(80%) contrast(85%);
5749
}
5850

5951
.documentation-container button div img {
6052
filter: invert(100%) brightness(100%) contrast(100%);
61-
height: 20px;
53+
height: 14px;
6254
margin-top: 2px;
55+
margin-left: 5px;
6356
}
6457

6558
.documentation-container button:enabled.get {

angular/src/app/pages/tools/tools.component.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ h2 {
2626
flex-direction: column;
2727
display: flex;
2828
justify-content: flex-start;
29-
margin: 0 1em;
3029
}
3130

3231
// VERSION

angular/src/app/scss/button.component.scss

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,21 @@ button {
1414
}
1515

1616
button:disabled,
17-
button:disabled:hover {
18-
background-color: #eee;
17+
button:disabled:hover,
18+
button.stroked:disabled,
19+
button.Stroked:disabled:hover {
20+
background-color: rgba(99, 99, 99, 0.2);
21+
border: 1px solid #4f5560;
1922
color: #aaa;
2023
box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px !important;
2124
cursor: default;
2225
}
26+
button:disabled img,
27+
button:disabled:hover img,
28+
button.stroked:disabled img,
29+
button.Stroked:disabled:hover img {
30+
filter: brightness(0) saturate(100%) invert(87%) sepia(0%) saturate(726%) hue-rotate(227deg) brightness(80%) contrast(85%);
31+
}
2332

2433
button:enabled {
2534
background-color: #161c26;
@@ -34,28 +43,19 @@ button:enabled {
3443
}
3544

3645
button:enabled:hover {
37-
background-color: #05477e;
46+
background-color: #63b4ee75;
3847
box-shadow: rgba(50, 50, 93, 0.5) 0 4px 7px 2px inset, rgba(0, 0, 0, 0.3) 0 3px 3px -1px inset !important
3948
}
4049

41-
button.stroked:disabled,
42-
button.Stroked:disabled:hover {
43-
background-color: unset;
44-
color: #aaa;
45-
border: 1px solid #aaa;
46-
box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px !important;
47-
cursor: default;
48-
}
49-
5050
button.stroked:enabled {
5151
background-color: unset;
5252
color: white;
53-
border: 1px solid #18c956;
53+
border: 2px solid #18c956;
5454
}
5555

5656
button.stroked:enabled:hover {
57-
background-color: #18c956;
58-
box-shadow: rgb(50 50 93 / 60%) 0 4px 6px -12px inset, rgb(0 0 0 / 60%) 0 3px 6px -4px inset !important;
57+
background-color: #18c95675;
58+
box-shadow: rgba(50, 50, 93, 0.5) 0 4px 7px 2px inset, rgba(0, 0, 0, 0.3) 0 3px 3px -1px inset !important
5959
}
6060

6161
// LARGE

angular/src/app/scss/popup.component.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
flex-direction: column;
66
background-color: #202836;
77
margin: 1em;
8-
padding: 0;
8+
padding: 1em;
99
border: 1px solid #bbb;
1010
border-radius: 15px;
11-
max-height: 96vh;
11+
max-height: 90vh;
1212
}
1313
.content.full-height {
14-
min-height: 96vh;
14+
min-height: 90vh;
1515
}
1616
// CONTENAIRS
1717
// .content {

0 commit comments

Comments
 (0)