| 1234567891011121314151617181920212223242526272829303132 |
- * {
- font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
- }
- .login-form td:first-child {
- padding-right: 1rem;
- }
- .bg-primary {
- background-color: #394e6b !important;
- }
- a {
- text-decoration: none;
- }
- a::before {
- content: '>';
- padding-right: 0.5rem;
- }
- a.back::before {
- content: '<';
- }
- .card.chat-message .card-title {
- display: inline-block;
- }
- .card.chat-message button.btn.btn-outline-danger.btn-sm {
- float: right;
- }
|