Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. /* Colore barra gradientata header */
  2. .main-header {
  3. border-image: #5e26db;
  4. border-image: -webkit-linear-gradient(left, #5e26db 0%, #
  5. 100%);
  6. border-image: -moz-linear-gradient(left, #5e26db 0%, #dc4073 100%);
  7. border-image: linear-gradient(to right, #5e26db 0%, #dc4073 100%);
  8. border-image: linear-gradient(to right, #5e26db 0%, #dc4073 100%);
  9. }
  10. /* Titolo pagina */
  11. .page-title {
  12. font-weight: 500;
  13. color: #303B4D;
  14. font-size: 30px;
  15. }
  16. /* Colore panel title */
  17. .panel .panel-heading > .title {
  18. color: #5322c1;
  19. }
  20. /* Colore notifiche */
  21. .main-header .navbar-right li > a.notifications .notification-number {
  22. background-color: #ED6372;
  23. }
  24. /* Bordo dropdown notifica */
  25. .popover-content .notifications-popover .notification-container.not-read:before {
  26. border: 2px solid #5f97d8;
  27. }
  28. /* Da aggiungere al .btn di "Mostra tutte" nel dropdown delle notifiche */
  29. element.style {
  30. background: white;
  31. color: #303B4D;
  32. font-size: 14px;
  33. font-weight: 800;
  34. }
  35. /* Barretta active selettore (influencer marketing) */
  36. .panel .panel-tab .nav-tabs > li.active a {
  37. border-color: #5F97D8;
  38. }
  39. /* Colore (all'interno di campaign) 'Completa al x%' */
  40. .page-publisher-campaign-list .app-card .progress-rate {
  41. color: #7B7E82;
  42. }
  43. /* Bottoni */
  44. .btn-addon-primary > *:first-child {
  45. background-color: #367cce;
  46. }
  47. .btn-addon-primary > *:last-child {
  48. background-color: #5f97d8;
  49. }
  50. /* Grandezza form (solo sul login) */
  51. .form-control {
  52. font-size: 19px;
  53. height: 48px;
  54. }
  55. /* (Ovunque, login e onboarding) */
  56. .form-control:focus {
  57. border: 2px solid #5fd8bc;
  58. }
  59. /* Publisher list > email dei publisher (non ha selettore css), stessa cosa in Advertiser list */
  60. .class {
  61. color: #5F97D8;
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement