src/Pumukit/WebTVBundle/Resources/views/Css/template_error.css.twig line 1

Open in your IDE?
  1. .widget_forbidden_error {
  2.     text-align: center;
  3.     margin-top: 10vh;
  4.     font-size: 10vh;
  5.     margin-bottom: 6vh;
  6. }
  7. .widget_forbidden_error_message {
  8.     text-align: center;
  9.     margin-top: 3vh;
  10.     font-size: 6vh;
  11.     margin-bottom: 2vh;
  12. }
  13. .widget_forbidden_message, .widget_unauthorized_message {
  14.     text-align: center;
  15.     margin-top: 3vh;
  16.     font-size: 6vh;
  17.     margin-bottom: 6vh;
  18. }
  19. .widget_unauthorized_error {
  20.     text-align: center;
  21.     margin-top: 10vh;
  22.     padding-top: 10vh;
  23.     font-size: 10vh;
  24.     margin-bottom: 6vh;
  25. }
  26. .widget_unauthorized_error_message {
  27.     text-align: center;
  28.     margin-top: 3vh;
  29.     font-size: 6vh;
  30.     margin-bottom: 2vh;
  31. }
  32. #player_password_check_fail {
  33.     color: red;
  34.     margin: 0 10px;
  35. }
  36. .widget_password {
  37.     text-align: center;
  38.     padding-top: 40px;
  39. }
  40. @media (min-width: 991.98px) {
  41.     .widget_forbidden_error {
  42.         text-align: center;
  43.         margin-top: 10vh;
  44.         font-size: 7vh;
  45.         margin-bottom: 6vh;
  46.     }
  47.     .widget_forbidden_error_message {
  48.         text-align: center;
  49.         margin-top: 3vh;
  50.         font-size: 3vh;
  51.         margin-bottom: 2vh;
  52.     }
  53.     .widget_forbidden_message, .widget_unauthorized_message {
  54.         text-align: center;
  55.         margin-top: 3vh;
  56.         font-size: 3vh;
  57.         margin-bottom: 6vh;
  58.     }
  59.     .widget_unauthorized_error {
  60.         text-align: center;
  61.         margin-top: 10vh;
  62.         padding-top: 10vh;
  63.         font-size: 7vh;
  64.         margin-bottom: 6vh;
  65.     }
  66.     .widget_unauthorized_error_message {
  67.         text-align: center;
  68.         margin-top: 3vh;
  69.         font-size: 3vh;
  70.         margin-bottom: 2vh;
  71.     }
  72.     #player_password_check_fail {
  73.         color: red;
  74.         margin: 0 10px;
  75.     }
  76.     .widget_password {
  77.         text-align: center;
  78.         padding-top: 40px;
  79.     }
  80.     abbr, abbr[title], abbr[data-original-title] {
  81.         text-decoration: none !important;
  82.         border-bottom: 0 !important;
  83.     }
  84. }