Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2bf4144380 |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cameleer/design-system",
|
"name": "@cameleer/design-system",
|
||||||
"version": "0.1.55",
|
"version": "0.1.56",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.es.js",
|
"main": "./dist/index.es.js",
|
||||||
"module": "./dist/index.es.js",
|
"module": "./dist/index.es.js",
|
||||||
|
|||||||
@@ -444,7 +444,7 @@
|
|||||||
|
|
||||||
.bottom {
|
.bottom {
|
||||||
border-top: 1px solid rgba(255, 255, 255, 0.06);
|
border-top: 1px solid rgba(255, 255, 255, 0.06);
|
||||||
padding: 6px;
|
padding: 6px 0;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
}
|
}
|
||||||
@@ -475,7 +475,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bottomIcon {
|
.bottomIcon {
|
||||||
font-size: 13px;
|
display: flex;
|
||||||
width: 18px;
|
align-items: center;
|
||||||
text-align: center;
|
justify-content: center;
|
||||||
|
width: 16px;
|
||||||
|
color: var(--sidebar-muted);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user