Skip to content

Commit d4e7d8e

Browse files
authored
Add styles for remarks button
1 parent f094169 commit d4e7d8e

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

style.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,22 @@ button {
8484

8585
.btn-secondary { background: #21262d; color: #c9d1d9; border: 1px solid #30363d; }
8686
.btn-secondary:hover { background: #30363d; }
87+
.remarks-btn {
88+
position: fixed;
89+
bottom: 20px;
90+
left: 20px;
91+
background: var(--color-btn-bg);
92+
border: 1px solid var(--color-border-default);
93+
color: var(--color-fg-default);
94+
padding: 8px 12px;
95+
border-radius: 6px;
96+
font-size: 12px;
97+
cursor: pointer;
98+
display: flex;
99+
align-items: center;
100+
gap: 5px;
101+
z-index: 1000;
102+
}
103+
.remarks-btn:hover {
104+
background: var(--color-btn-hover-bg);
105+
}

0 commit comments

Comments
 (0)