🎨 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
* [NBTX](https://github.com/NBTX)
* [John Harker](https://github.com/NBTX)
* [Andrew Bastin](https://github.com/AndrewBastin)
* [Nick Palenchar](https://github.com/nickpalenchar)
* [Abraham Williams](https://github.com/abraham)
* [Nicholas La Roux](https://github.com/larouxn)
* [RifqiAlAbqary](https://github.com/reefqi037)
* [izerozlu](https://github.com/izerozlu)
* [Nilesh Patel](https://github.com/NileshSP)
* [Thomas Yuba](https://github.com/yubathom)
### Thanks
* [Dribbble](https://dribbble.com)

View File

@@ -87,7 +87,8 @@ button {
font-size: 16px;
cursor: pointer;
&[disabled], &.disabled {
&[disabled],
&.disabled {
opacity: 0.7;
cursor: default;
}
@@ -227,7 +228,8 @@ input[type="checkbox"] {
background-color: var(--err-color);
}
.disabled, input[disabled] {
.disabled,
input[disabled] {
background-color: var(--err-color);
color: #b2b2b2;
}
@@ -258,9 +260,10 @@ ol li {
}
@media (max-width: $responsiveWidth) {
header {
display: block;
header div {
display: flex;
text-align: center;
flex-direction: column;
nav {
display: inline-flex;