| 1 |
.text-danger { |
| 2 |
color: #d63638; |
| 3 |
} |
| 4 |
|
| 5 |
.text-success { |
| 6 |
color: #198754; |
| 7 |
} |
| 8 |
|
| 9 |
.spoki-admin h2 { |
| 10 |
margin-bottom: 0.5em; |
| 11 |
} |
| 12 |
|
| 13 |
.spoki-admin h2 + p { |
| 14 |
margin-top: 0.5em; |
| 15 |
} |
| 16 |
|
| 17 |
.spoki-admin .form-table td, |
| 18 |
.spoki-admin .form-table th { |
| 19 |
padding-bottom: 0; |
| 20 |
} |
| 21 |
|
| 22 |
.spoki-admin img.example { |
| 23 |
height: 100px; |
| 24 |
max-width: 100%; |
| 25 |
margin-top: 0.5em; |
| 26 |
border: 1px solid #c3c4c7; |
| 27 |
object-fit: cover; |
| 28 |
} |
| 29 |
|
| 30 |
.spoki-admin .cover-image { |
| 31 |
max-width: 100%; |
| 32 |
max-height: 35vh; |
| 33 |
object-fit: cover; |
| 34 |
} |
| 35 |
|
| 36 |
.spoki-admin code { |
| 37 |
line-height: 21px; |
| 38 |
} |
| 39 |
|
| 40 |
.spoki-admin .notifications-status-message { |
| 41 |
background-color: #16D46D; |
| 42 |
padding: 8px 16px; |
| 43 |
margin: 2rem 0 0.5rem; |
| 44 |
box-shadow: 0 1px 1px #0000000a; |
| 45 |
display: flex; |
| 46 |
align-items: center; |
| 47 |
justify-content: space-between; |
| 48 |
} |
| 49 |
|
| 50 |
.spoki-admin .notifications-status-message p { |
| 51 |
margin: 0; |
| 52 |
color: black; |
| 53 |
font-weight: 500; |
| 54 |
text-align: center; |
| 55 |
} |
| 56 |
|
| 57 |
.spoki-admin .notifications-status-message a { |
| 58 |
font-weight: normal; |
| 59 |
cursor: pointer; |
| 60 |
margin-left: 0.5rem; |
| 61 |
text-decoration: underline; |
| 62 |
} |
| 63 |
|
| 64 |
.spoki-admin .notifications-status-message.bg-danger { |
| 65 |
background-color: #d63638; |
| 66 |
} |
| 67 |
|
| 68 |
.spoki-admin .notifications-status-message.bg-danger p { |
| 69 |
color: white; |
| 70 |
font-weight: normal; |
| 71 |
} |
| 72 |
|
| 73 |
.spoki-admin .notifications-status-message.bg-danger a { |
| 74 |
color: white; |
| 75 |
font-weight: normal; |
| 76 |
} |
| 77 |
|
| 78 |
#spoki-feedback, #spoki-support { |
| 79 |
position: fixed; |
| 80 |
bottom: 0; |
| 81 |
background-color: #16D46D; |
| 82 |
padding: 6px 16px; |
| 83 |
right: 15px; |
| 84 |
height: 28px; |
| 85 |
box-sizing: border-box; |
| 86 |
z-index: 99999; |
| 87 |
display: flex; |
| 88 |
align-items: center; |
| 89 |
justify-content: center; |
| 90 |
} |
| 91 |
|
| 92 |
#spoki-support { |
| 93 |
right: 145px; |
| 94 |
background-color: #C3AAE2; |
| 95 |
} |
| 96 |
|
| 97 |
#spoki-feedback img { |
| 98 |
filter: brightness(0); |
| 99 |
margin-right: 5px; |
| 100 |
} |
| 101 |
|
| 102 |
#spoki-support img { |
| 103 |
margin-right: 5px; |
| 104 |
height: 11px; |
| 105 |
} |
| 106 |
|
| 107 |
#spoki-feedback a, #spoki-support a { |
| 108 |
color: black; |
| 109 |
font-weight: 500; |
| 110 |
text-decoration: none; |
| 111 |
line-height: 1; |
| 112 |
height: auto; |
| 113 |
display: flex; |
| 114 |
align-items: center; |
| 115 |
} |
| 116 |
|
| 117 |
#spoki-support a { |
| 118 |
color: white; |
| 119 |
font-weight: normal; |
| 120 |
} |
| 121 |
|
| 122 |
#spoki-feedback a:hover, #spoki-support a:hover { |
| 123 |
opacity: 0.75; |
| 124 |
} |