| @@ -342,5 +342,73 @@ | ||
| 342 | 342 | transition-duration: .05s; |
| 343 | 343 | transition-timing-function: ease-in-out; |
| 344 | 344 | cursor: pointer; |
| 345 | 345 | text-decoration: underline; |
| 346 | +} | |
| 347 | +table.wp-list-table { | |
| 348 | + table-layout: auto; | |
| 349 | +} | |
| 350 | + | |
| 351 | +.wowp-header { | |
| 352 | + position: relative; | |
| 353 | + border-top: 5px solid #2C0242; | |
| 354 | + border-bottom: 1px solid #c3c4c7; | |
| 355 | + padding: 20px 0; | |
| 356 | + margin-left: -20px; | |
| 357 | + background: #fff; | |
| 358 | + margin-bottom: 32px; | |
| 359 | +} | |
| 360 | +.wowp-links { | |
| 361 | + position: absolute; | |
| 362 | + top: 0; | |
| 363 | + right: 20px; | |
| 364 | + display: flex; | |
| 365 | + gap: 0.75rem; | |
| 366 | + padding: 5px 10px; | |
| 367 | + border-radius: 0 0 4px 4px; | |
| 368 | + border: 2px solid #88C0D0; | |
| 369 | + border-top: none; | |
| 370 | + background-color: #E9F4F6; | |
| 371 | +} | |
| 372 | +.wowp-link { | |
| 373 | + text-decoration: none; | |
| 374 | + color: #222222; | |
| 375 | + font-size: 0.85rem; | |
| 376 | +} | |
| 377 | +.wowp-header-wrapper { | |
| 378 | + display: flex; | |
| 379 | + gap: 1.5rem; | |
| 380 | + align-items: center; | |
| 381 | + padding: 0 20px; | |
| 382 | +} | |
| 383 | +.wowp-header-wrapper .page-title-action.button { | |
| 384 | + margin-left: 25px; | |
| 385 | +} | |
| 386 | +.wowp-heading-inline { | |
| 387 | + position: relative; | |
| 388 | + display: flex; | |
| 389 | + align-items: center; | |
| 390 | + gap: 1rem; | |
| 391 | + color: #1d2327; | |
| 392 | + font-size: 2em; | |
| 393 | +} | |
| 394 | +.wowp-heading-inline img { | |
| 395 | + width: 40px; | |
| 396 | +} | |
| 397 | +.wowp-heading-inline sup { | |
| 398 | + position: absolute; | |
| 399 | + top: 0; | |
| 400 | + right: 0; | |
| 401 | + font-weight: 300; | |
| 402 | + font-size: 12px; | |
| 403 | + transform: translateX(110%); | |
| 404 | + | |
| 405 | +} | |
| 406 | +.wowp-heading-separator { | |
| 407 | + position: relative; | |
| 408 | +} | |
| 409 | +.wowp-heading-separator:before { | |
| 410 | + content: ""; | |
| 411 | + height: 20px; | |
| 412 | + border-right: 2px solid #e7e7e7; | |
| 413 | + font-size: 20px; | |
| 346 | 414 | } |