mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
17 lines
316 B
SCSS
Vendored
17 lines
316 B
SCSS
Vendored
|
|
.md-task {
|
|
margin-bottom: 5px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
.ant-breadcrumb-link {
|
|
padding: 3px 5px;
|
|
transition: all 300ms ease;
|
|
border-radius: 4px;
|
|
&:hover {
|
|
color: rgba(0, 0, 0, 0.88);
|
|
background-color: rgba(0, 0, 0, 0.06);
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
} |