Skip to content

Commit

Permalink
feat: Toolbar circle button CSS improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Sep 20, 2023
1 parent c799d69 commit 82db33d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/less/editor.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
border-radius: 50%;
color: @default-state-color !important;
cursor: pointer !important;
font-size: 16px;
font-size: 10px;
font-weight: 600;
text-align: center !important;
text-decoration: none;
margin-bottom: 0.5rem !important;
}

.sidenav-ol {
Expand Down Expand Up @@ -67,6 +68,7 @@
}

.review-state-text {
font-size: 12px;
color: @published-state-color !important;
font-weight: 500;
text-align: center;
Expand Down

0 comments on commit 82db33d

Please sign in to comment.