🎨 Minor UI glitches fix
This commit is contained in:
@@ -177,14 +177,14 @@ See the [CHANGELOG](CHANGELOG.md) file for details.
|
|||||||
* ([contributors](https://github.com/liyasthomas/postwoman/graphs/contributors))
|
* ([contributors](https://github.com/liyasthomas/postwoman/graphs/contributors))
|
||||||
|
|
||||||
### Contributors
|
### Contributors
|
||||||
* [NBTX](https://github.com/NBTX)
|
* [John Harker](https://github.com/NBTX)
|
||||||
* [Andrew Bastin](https://github.com/AndrewBastin)
|
* [Andrew Bastin](https://github.com/AndrewBastin)
|
||||||
* [Nick Palenchar](https://github.com/nickpalenchar)
|
* [Nick Palenchar](https://github.com/nickpalenchar)
|
||||||
* [Abraham Williams](https://github.com/abraham)
|
* [Abraham Williams](https://github.com/abraham)
|
||||||
* [Nicholas La Roux](https://github.com/larouxn)
|
* [Nicholas La Roux](https://github.com/larouxn)
|
||||||
* [RifqiAlAbqary](https://github.com/reefqi037)
|
* [RifqiAlAbqary](https://github.com/reefqi037)
|
||||||
* [izerozlu](https://github.com/izerozlu)
|
* [izerozlu](https://github.com/izerozlu)
|
||||||
* [Nilesh Patel](https://github.com/NileshSP)
|
* [Thomas Yuba](https://github.com/yubathom)
|
||||||
|
|
||||||
### Thanks
|
### Thanks
|
||||||
* [Dribbble](https://dribbble.com)
|
* [Dribbble](https://dribbble.com)
|
||||||
|
|||||||
@@ -87,7 +87,8 @@ button {
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&[disabled], &.disabled {
|
&[disabled],
|
||||||
|
&.disabled {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
@@ -227,7 +228,8 @@ input[type="checkbox"] {
|
|||||||
background-color: var(--err-color);
|
background-color: var(--err-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.disabled, input[disabled] {
|
.disabled,
|
||||||
|
input[disabled] {
|
||||||
background-color: var(--err-color);
|
background-color: var(--err-color);
|
||||||
color: #b2b2b2;
|
color: #b2b2b2;
|
||||||
}
|
}
|
||||||
@@ -258,9 +260,10 @@ ol li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: $responsiveWidth) {
|
@media (max-width: $responsiveWidth) {
|
||||||
header {
|
header div {
|
||||||
display: block;
|
display: flex;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user