diff options
author | Chocobozzz <me@florianbigard.com> | 2020-01-29 16:00:28 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-01-29 16:00:28 +0100 |
commit | 14aa85562cb83559d20105b4ddb4bf8b2340578a (patch) | |
tree | a49bdcbe0dd7368c001e7c897169f598eb476846 /client/src/sass/include | |
parent | 75ba887d10eacb9cd1392e62f68617c7643c9add (diff) | |
download | PeerTube-14aa85562cb83559d20105b4ddb4bf8b2340578a.tar.gz PeerTube-14aa85562cb83559d20105b4ddb4bf8b2340578a.tar.zst PeerTube-14aa85562cb83559d20105b4ddb4bf8b2340578a.zip |
Cleanup some client FIXME
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 4 | ||||
-rw-r--r-- | client/src/sass/include/_variables.scss | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index 136eddd3a..ee86a32d4 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -81,7 +81,7 @@ | |||
81 | display: inline-block; | 81 | display: inline-block; |
82 | height: $button-height; | 82 | height: $button-height; |
83 | width: $width; | 83 | width: $width; |
84 | background: var(--inputColor); | 84 | background: var(--inputBackgroundColor); |
85 | border: 1px solid #C6C6C6; | 85 | border: 1px solid #C6C6C6; |
86 | border-radius: 3px; | 86 | border-radius: 3px; |
87 | padding-left: 15px; | 87 | padding-left: 15px; |
@@ -254,7 +254,7 @@ | |||
254 | width: $width; | 254 | width: $width; |
255 | border-radius: 3px; | 255 | border-radius: 3px; |
256 | overflow: hidden; | 256 | overflow: hidden; |
257 | background: var(--inputColor); | 257 | background: var(--inputBackgroundColor); |
258 | position: relative; | 258 | position: relative; |
259 | font-size: 15px; | 259 | font-size: 15px; |
260 | 260 | ||
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index 5b5ac9adc..e087a2548 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss | |||
@@ -81,7 +81,7 @@ $variables: ( | |||
81 | --menuForegroundColor: var(--menuForegroundColor), | 81 | --menuForegroundColor: var(--menuForegroundColor), |
82 | --submenuColor: var(--submenuColor), | 82 | --submenuColor: var(--submenuColor), |
83 | 83 | ||
84 | --inputColor: var(--inputColor), | 84 | --inputBackgroundColor: var(--inputBackgroundColor), |
85 | --inputPlaceholderColor: var(--inputPlaceholderColor), | 85 | --inputPlaceholderColor: var(--inputPlaceholderColor), |
86 | 86 | ||
87 | --actionButtonColor: var(--actionButtonColor), | 87 | --actionButtonColor: var(--actionButtonColor), |