Ohm-Management - Projektarbeit B-ME
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.

style.css 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. /* Generated by less 2.5.1 */
  2. .om-header-container {
  3. position: fixed;
  4. top: 0px;
  5. z-index: 1;
  6. width: 100%;
  7. display: block;
  8. }
  9. .om-header {
  10. justify-content: space-between;
  11. display: flex;
  12. padding-left: 2%;
  13. padding-right: 2%;
  14. height: 8%;
  15. background-color: #0046a0;
  16. }
  17. .om-searchbar {
  18. display: inline-block;
  19. padding-bottom: 0%;
  20. margin: 3%;
  21. }
  22. .om-content {
  23. margin: 10px;
  24. margin-top: 75px;
  25. margin-bottom: 70px;
  26. }
  27. .om-content a {
  28. color: #0046a0;
  29. }
  30. .om-content a:hover {
  31. color: #0046a0;
  32. }
  33. .om-card {
  34. margin: 10px;
  35. margin-bottom: 20px;
  36. padding: 20px;
  37. }
  38. .om-btn {
  39. background-color: #0046a0;
  40. color: white;
  41. }
  42. .msg-head {
  43. margin-top: 10px;
  44. margin-bottom: 10px;
  45. }
  46. .msg-head img {
  47. float: right;
  48. }
  49. .om-user-line {
  50. display: flex;
  51. }
  52. .om-user-line i {
  53. margin-right: 2%;
  54. }
  55. .om-nav {
  56. position: fixed;
  57. bottom: 0;
  58. height: 8%;
  59. width: 100%;
  60. background-color: #0046a0;
  61. }
  62. .om-nav i {
  63. color: white;
  64. }
  65. .bookmark-headline {
  66. margin: 10px;
  67. }
  68. .empty-state {
  69. margin: 40px;
  70. margin-top: 40%;
  71. color: #6c757d;
  72. text-align: center;
  73. }
  74. .empty-state i {
  75. font-size: 50px;
  76. margin: 10px;
  77. }
  78. .form-group.is-focused .form-control .custom-file-control,
  79. .form-control,
  80. .is-focused .custom-file-control,
  81. .is-focused .form-control {
  82. background-image: linear-gradient(0deg, #0046a0 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, 0.26) 1px, transparent 0);
  83. }
  84. .checkbox label input[type=checkbox]:checked + .checkbox-decorator .check:before,
  85. label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check:before {
  86. color: #0046a0;
  87. }
  88. .checkbox label input[type=checkbox]:checked + .checkbox-decorator .check,
  89. label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check {
  90. color: #0046a0;
  91. border-color: #0046a0;
  92. }
  93. .is-focused [class*="bmd-label"],
  94. .is-focused[class^=bmd-label] {
  95. color: #0046a0;
  96. }