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 1019B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. }
  8. .om-header {
  9. justify-content: space-between;
  10. display: flex;
  11. padding-left: 2%;
  12. padding-right: 2%;
  13. height: 8%;
  14. background-color: #0046a0;
  15. }
  16. .om-searchbar {
  17. display: inline-block;
  18. padding-bottom: 0%;
  19. margin: 3%;
  20. }
  21. .om-content {
  22. margin: 10px;
  23. margin-top: 75px;
  24. margin-bottom: 70px;
  25. }
  26. .om-content a {
  27. color: #0046a0;
  28. }
  29. .om-content a:hover {
  30. color: #0046a0;
  31. }
  32. .om-card {
  33. margin: 10px;
  34. margin-bottom: 20px;
  35. padding: 20px;
  36. }
  37. .om-btn {
  38. background-color: #0046a0;
  39. }
  40. .om-user-head {
  41. display: flex;
  42. margin-bottom: 5%;
  43. }
  44. .om-user-head i {
  45. margin-right: 2%;
  46. }
  47. .om-nav {
  48. position: fixed;
  49. bottom: 0;
  50. height: 8%;
  51. width: 100%;
  52. background-color: #0046a0;
  53. }
  54. .om-nav i {
  55. color: white;
  56. }
  57. .form-group.is-focused .form-control {
  58. 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);
  59. }