Skip to content

Commit

Permalink
clubhouse: Style the Next button notification
Browse files Browse the repository at this point in the history
  • Loading branch information
manuq authored and cosimoc committed Dec 17, 2018
1 parent 69f49d4 commit 6e449fb
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions data/theme/gnome-shell-sass/_endless.scss
Expand Up @@ -969,10 +969,16 @@ $clubhouse-image-height: 187px;
font: 15px "Metropolis Medium, Sans-Serif";
box-shadow: 0 2px 4px 4px rgba(0, 0, 0, .4);
text-shadow: 0 0.5px 2px rgba(0, 0, 0, .4);
.next {
border-radius: 30px;
padding: 15px 20px;
margin: 0 12px 0 0;
&.next {
width: 50px;
height: 50px;
border-radius: 25px;
padding: 0;
margin: 0;
& > StIcon {
icon-size: 24px;
icon-shadow: 0 0.5px 2px rgba(0, 0, 0, .4);
}
}
}
.clubhouse-content-box {
Expand Down

0 comments on commit 6e449fb

Please sign in to comment.