You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

74 rivejä
1.4 KiB

  1. .container {
  2. position: relative;
  3. width: 100%;
  4. max-width: 100%;
  5. }
  6. .container img {
  7. width: 100%;
  8. height: auto;
  9. }
  10. .container .name {
  11. position: absolute;
  12. top: 35%;
  13. left: 50%;
  14. transform: translate(-50%, -50%);
  15. -ms-transform: translate(-50%, -50%);
  16. color: #000034;
  17. font-size: 16px;
  18. padding: 12px 24px;
  19. border: none;
  20. border-radius: 5px;
  21. text-align: center;
  22. }
  23. .container .valid {
  24. position: absolute;
  25. top: 55%;
  26. left: 46%;
  27. transform: translate(-50%, -50%);
  28. -ms-transform: translate(-50%, -50%);
  29. color: #000034;
  30. font-size: 16px;
  31. padding: 12px 24px;
  32. border: none;
  33. border-radius: 5px;
  34. text-align: center;
  35. }
  36. .container .used {
  37. position: absolute;
  38. top: 10%;
  39. right: -10%;
  40. transform: translate(-50%, -50%);
  41. -ms-transform: translate(-50%, -50%);
  42. color: #ff0000;
  43. font-size: 16px;
  44. padding: 12px 24px;
  45. border: none;
  46. cursor: pointer;
  47. border-radius: 5px;
  48. text-align: center;
  49. }
  50. .container .sk {
  51. position: absolute;
  52. top: 73%;
  53. right: -3%;
  54. transform: translate(-50%, -50%);
  55. -ms-transform: translate(-50%, -50%);
  56. color: #000034;
  57. font-size: 16px;
  58. padding: 12px 24px;
  59. border: none;
  60. cursor: pointer;
  61. border-radius: 5px;
  62. text-align: center;
  63. }
  64. .text {
  65. color: #000034;
  66. font-size: 16px;
  67. font-weight: bold;
  68. }