|
82 | 82 | } |
83 | 83 |
|
84 | 84 | code { |
| 85 | + background-color: #eef1f6; |
| 86 | + color: #596981; |
| 87 | + border-radius: 2px; |
| 88 | + padding-left: 4px; |
| 89 | + padding-right: 4px; |
| 90 | + line-height: 1.4; |
85 | 91 | font-size: 85%; |
| 92 | + border: 1px solid rgba(0, 0, 0, .1); |
| 93 | + display: inline-block; |
| 94 | +} |
| 95 | + |
| 96 | +p { |
| 97 | + line-height: 1.6 !important; |
| 98 | +} |
| 99 | + |
| 100 | +p.small { |
| 101 | + margin-top: 3px !important; |
86 | 102 | } |
87 | 103 |
|
88 | 104 | .control-sidebar-dark .control-sidebar-menu > li > a.active { |
@@ -191,14 +207,50 @@ span[aria-labelledby="select2-pUserId-container"] { |
191 | 207 | padding-left: 2px !important; |
192 | 208 | } |
193 | 209 |
|
| 210 | +.box { |
| 211 | + box-shadow: 0 0 0 1px rgba(89, 105, 128, .1), 0 1px 3px 0 rgba(89, 105, 128, .1), 0 1px 2px 0 rgba(0, 0, 0, .05) !important; |
| 212 | +} |
| 213 | + |
| 214 | +.alert-danger { |
| 215 | + color: #ffffff !important; |
| 216 | + background: #d64242 !important; |
| 217 | + border: 1px solid #841d1d; |
| 218 | +} |
| 219 | + |
| 220 | +.alert-info { |
| 221 | + color: #ffffff !important; |
| 222 | + background: #408fec !important; |
| 223 | + border: 1px solid #1055a5; |
| 224 | +} |
| 225 | + |
| 226 | +.alert-success { |
| 227 | + color: #ffffff !important; |
| 228 | + background: #51b060 !important; |
| 229 | + border: 1px solid #2b5f33; |
| 230 | +} |
| 231 | + |
| 232 | +.alert-warning { |
| 233 | + color: #ffffff !important; |
| 234 | + background: #fa9636 !important; |
| 235 | + border: 1px solid #b45b05; |
| 236 | +} |
| 237 | + |
194 | 238 | .callout-slim a { |
195 | 239 | color: #555 !important; |
196 | 240 | } |
197 | 241 |
|
| 242 | +.bg-purple { |
| 243 | + background-color: #79589f !important; |
| 244 | +} |
| 245 | + |
| 246 | +.label-default { |
| 247 | + background-color: #eef1f6 !important; |
| 248 | +} |
| 249 | + |
198 | 250 | .callout.callout-info.callout-slim { |
199 | | - border: 1px solid #0097bc !important; |
200 | | - border-left: 5px solid #0097bc !important; |
201 | | - border-right: 5px solid #0097bc !important; |
| 251 | + border: 1px solid #1055a5 !important; |
| 252 | + border-left: 5px solid #1055a5 !important; |
| 253 | + border-right: 5px solid #1055a5 !important; |
202 | 254 | color: #777 !important; |
203 | 255 | background: transparent !important; |
204 | 256 | } |
@@ -282,6 +334,10 @@ span[aria-labelledby="select2-pUserId-container"] { |
282 | 334 | position: relative; |
283 | 335 | } |
284 | 336 |
|
| 337 | +.no-pad-bottom { |
| 338 | + padding-bottom: 0 !important; |
| 339 | +} |
| 340 | + |
285 | 341 | .no-margin-bottom { |
286 | 342 | margin-bottom: 0 !important; |
287 | 343 | } |
|
0 commit comments