feat: flat design Sunset Glitch palette + Font Awesome icons
This commit is contained in:
@@ -38,17 +38,17 @@
|
||||
min-width: 250px;
|
||||
padding: 12px 16px;
|
||||
border-radius: 4px;
|
||||
background: #e6e8e6;
|
||||
color: #191919;
|
||||
border: 1px solid #ced0ce;
|
||||
background: var(--bg-card);
|
||||
color: var(--text-main);
|
||||
border: 1px solid var(--secondary);
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
border-left: 4px solid #ced0ce;
|
||||
border-left: 4px solid var(--secondary);
|
||||
}
|
||||
.toast-success { border-left-color: #2d936c; }
|
||||
.toast-error { border-left-color: #e63946; }
|
||||
.toast-info { border-left-color: #f15025; }
|
||||
.toast-info { border-left-color: #FFBF69; }
|
||||
.toast-content { display: flex; align-items: center; gap: 10px; }
|
||||
.toast-close { background: none; border: none; color: #aaa; cursor: pointer; }
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user