Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Define button color #5000

Merged
merged 1 commit into from
Oct 24, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions static/css/inline-selection.scss
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ $very-light-grey: #ededed;

button {
@include flex-container(column, flex-end, center);
color: #3e3d40;
background-color: #f5f5f5;
background-position: center top;
background-repeat: no-repeat;
Expand Down