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.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. .form-group.is-focused .form-control {
  69. 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);
  70. }
  71. .form-group .bmd-form-group .is-focused .bmd-label-floating {
  72. color: #0046a0;
  73. }