mirror of
https://github.com/MeexReay/bRAC.git
synced 2025-09-13 23:47:39 +03:00
32 lines
606 B
CSS
32 lines
606 B
CSS
/* .send-button, .send-text { border-radius: 0; } */
|
|
.calendar {
|
|
transform: scale(0.6);
|
|
margin: -35px;
|
|
}
|
|
|
|
.widget_box {
|
|
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.20);
|
|
border-bottom: 2px solid rgba(0, 0, 0, 0.20);
|
|
min-height: 121px;
|
|
}
|
|
|
|
.time {
|
|
font-size: 20px;
|
|
font-family: monospace;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.message-avatar {
|
|
border-radius: 64px;
|
|
}
|
|
|
|
/* Now made with GTK Pango Markup */
|
|
|
|
.message-name {
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* .message-name-green { color: #70fa7a; }
|
|
.message-name-red { color: #fa7070; }
|
|
.message-name-magenta { color: #da70fa; }
|
|
.message-name-cyan { color: #70fadc; } */ |