🎨 Minor UI glitches fix

This commit is contained in:
Liyas Thomas
2019-09-02 10:18:01 +05:30
parent f3fa8d4e73
commit 7645d0d2c9
3 changed files with 167 additions and 164 deletions

View File

@@ -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)

View File

@@ -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;