templates\menu\vue\index-style.html.twig line 1

Open in your IDE?
  1. <style>
  2.     .menu-gun {
  3.         /*width: 14%;*/
  4.         margin-right: 5px;
  5.         min-height: 100px;
  6.         min-width: 120px;
  7.         max-width: 240px
  8.     }
  9.     .hata {
  10.         border: 1px solid red;
  11.     }
  12.     .ozet {
  13.         display: inline-block;
  14.         position: fixed;
  15.         width: 400px;
  16.         height: auto;
  17.         right: 20px;
  18.         bottom: 20px;
  19.         z-index: 9000;
  20.         opacity: 90%;
  21.     }
  22.     .ozet-left {
  23.         left: 10px;
  24.         right: auto;
  25.     }
  26.     /* Chrome, Safari, Edge, Opera */
  27.     input::-webkit-outer-spin-button,
  28.     input::-webkit-inner-spin-button {
  29.         -webkit-appearance: none;
  30.         margin: 0;
  31.     }
  32.     /* Firefox */
  33.     input[type=number] {
  34.         -moz-appearance: textfield;
  35.     }
  36. </style>