mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-19 20:11:59 +03:00
Restructure source and resource files (#46)
importantly, res is now res/res and css is now res/css
This commit is contained in:
committed by
GitHub
parent
d88079000a
commit
a51a54bc59
35
res/css/bare.css
Normal file
35
res/css/bare.css
Normal file
@@ -0,0 +1,35 @@
|
||||
.embed {
|
||||
border-radius: 5px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.embed-footer {
|
||||
margin-top: 5px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.embed-author {
|
||||
margin-bottom: 10px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.message-attachment-box {
|
||||
border: 1px solid #aaaaaa;
|
||||
padding: 2px 5px 2px 5px;
|
||||
}
|
||||
|
||||
.status-indicator.dnd {
|
||||
color: #982929;
|
||||
}
|
||||
|
||||
.status-indicator.online {
|
||||
color: #43B581;
|
||||
}
|
||||
|
||||
.status-indicator.offline {
|
||||
color: #808080;
|
||||
}
|
||||
|
||||
.status-indicator.idle {
|
||||
color: #FAA61A;
|
||||
}
|
||||
Reference in New Issue
Block a user