aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-03-31 08:59:52 +0200
committerChocobozzz <chocobozzz@cpy.re>2021-03-31 09:05:51 +0200
commit733dbc535d5fecdaba9e05feb8923bc754920525 (patch)
treeadbf03df41ee05b3108ab9ad36ebc5622fd37f1d /client/src/sass
parentc8e80d1461076b36c93197a350ba9595110f65d6 (diff)
downloadPeerTube-733dbc535d5fecdaba9e05feb8923bc754920525.tar.gz
PeerTube-733dbc535d5fecdaba9e05feb8923bc754920525.tar.zst
PeerTube-733dbc535d5fecdaba9e05feb8923bc754920525.zip
Channel/account page redesign feedbacks
Fix owner default avatar Semi bold orange inverted button Max width account description Increase account's channels padding Use owner avatar/display name links Move "view owner account" link on mobile Try to always display channel in video miniatures Add small border radius for channel's avatar Use main foreground color for the magnifying glass
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/include/_mixins.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss
index 7b862a156..affffc4cc 100644
--- a/client/src/sass/include/_mixins.scss
+++ b/client/src/sass/include/_mixins.scss
@@ -152,7 +152,7 @@
152 @include button-focus(pvar(--mainColorLightest)); 152 @include button-focus(pvar(--mainColorLightest));
153 153
154 border: 2px solid pvar(--mainColor); 154 border: 2px solid pvar(--mainColor);
155 font-weight: $font-regular; 155 font-weight: $font-semibold;
156 156
157 &, &:active, &:focus { 157 &, &:active, &:focus {
158 color: pvar(--mainColor); 158 color: pvar(--mainColor);
@@ -551,6 +551,7 @@
551 height: $size; 551 height: $size;
552 min-width: $size; 552 min-width: $size;
553 min-height: $size; 553 min-height: $size;
554 border-radius: 5px;
554} 555}
555 556
556@mixin chevron ($size, $border-width) { 557@mixin chevron ($size, $border-width) {