.toolbar__play-button { @include themify() { @extend %toolbar-button; &--selected { @extend %toolbar-button--selected; } &:disabled { cursor: auto; & g { fill: getThemifyVariable('button-border-color'); } &:hover { background-color: getThemifyVariable('toolbar-button-background-color'); & g { fill: getThemifyVariable('button-border-color'); } } } } margin-right: #{15 / $base-font-size}rem; & span { padding-left: #{2 / $base-font-size}rem; } } .toolbar__play-sketch-button { @extend %hidden-element; } .toolbar__stop-button { @include themify() { @extend %toolbar-button; &--selected { @extend %toolbar-button--selected; } } } .toolbar__preferences-button { @include themify() { @extend %toolbar-button; line-height: #{50 / $base-font-size}rem; &--selected { @extend %toolbar-button--selected; line-height: #{50 / $base-font-size}rem; } } line-height: #{50 / $base-font-size}rem; margin-left: auto; } .toolbar__logo { margin-right: #{30 / $base-font-size}rem; } .toolbar { padding: #{20 / $base-font-size}rem #{60 / $base-font-size}rem; display: flex; align-items: center; } .toolbar__project-name-container { @include themify() { border-color: getThemifyVariable('inactive-text-color'); } border-left: 2px dashed; margin-left: #{10 / $base-font-size}rem; padding-left: #{10 / $base-font-size}rem; height: 70%; display: flex; align-items: center; } .toolbar__project-name { @include themify() { color: getThemifyVariable('inactive-text-color'); &:hover { color: getThemifyVariable('primary-text-color'); } } cursor: pointer; .toolbar__project-name-container--editing & { display: none; } } .toolbar__project-name-input { display: none; border: 0px; .toolbar__project-name-container--editing & { display: block; } } .toolbar__project-owner { margin-left: #{5 / $base-font-size}rem; }