templates/bundles/SyliusAdminBundle/Style/_color.html.twig line 1

Open in your IDE?
  1. <style>
  2.     .ui.primary.button {
  3.         color: #FFF;
  4.         background-color: rgba(198, 100, 25, 1);
  5.     }
  6.     .ui.primary.button:hover, .ui.primary.button:focus {
  7.         color: #FFF;
  8.         background-color: rgba(198, 100, 25, 0.9);
  9.     }
  10.     .stats .ui.basic.active.button {
  11.         color: rgba(198, 100, 25, 1) !important;
  12.     }
  13.     .ui.header .circular.icon {
  14.         color: #FFF;
  15.         background-color: #C66419;
  16.     }
  17.     a, a:hover, a:hover {
  18.         color: rgba(198, 100, 25, 1);
  19.     }
  20.     .ui.breadcrumb a, .ui.breadcrumb a:hover, .ui.breadcrumb a:focus {
  21.         color: rgba(198, 100, 25, 1);
  22.     }
  23.     #sidebar.ui.sidebar.vertical.menu .item.active {
  24.         color: #FFF;
  25.         background-color: #C66419 !important;
  26.     }
  27.     .ui.toggle.checkbox input:checked ~ .box:before, .ui.toggle.checkbox input:checked ~ label:before, .ui.toggle.checkbox input:focus:checked ~ .box:before, .ui.toggle.checkbox input:focus:checked ~ label:before {
  28.         background-color: rgba(198, 100, 25, 1) !important;
  29.     }
  30.     .ui.sortable.table thead th.descending:after, .ui.sortable.table thead th.ascending:after {
  31.         color: rgba(198, 100, 25, 1) !important;
  32.     }
  33.     .ui.teal.label, .ui.teal.labels .label {
  34.         background-color: rgba(198, 100, 25, 1) !important;
  35.     }
  36. </style>