Ignore:
Timestamp:
01/21/25 03:08:24 (7 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/src/components/FilterBar/FilterBar.module.css

    r0c6b92a r79a0317  
    1 /* FilterBar.module.css */
     1/* FilterMaps.module.css */
    22* {
    33  font-family: "Poppins", sans-serif;
     
    1818  padding: 0px 0; /* Adds some space around the buttons */
    1919  width: 100%;
     20  overflow-y: hidden;
    2021}
    2122
    2223.buttonValue {
    23   border: 2px solid #6759ff;
     24  border: 2px solid rgb(37,111,123);
    2425  padding: 0.5em 1.5em;
    2526  border-radius: 3em;
    2627  background-color: transparent;
    27   color: #6759ff;
     28  color: rgb(37,111,123);
    2829  cursor: pointer;
    2930  transition: background-color 0.3s, color 0.3s;
     
    3334.buttonValue:hover,
    3435.buttonValue:focus {
    35   background-color: #6759ff;
     36  background-color: rgb(33, 98, 108);
    3637  color: #ffffff;
    3738}
    3839
    3940.active {
    40   background-color: #6759ff;
     41  background-color: rgb(37,111,123);
    4142  color: #ffffff;
    4243}
     
    4748
    4849.scrollableContainer::-webkit-scrollbar-thumb {
    49   background-color: #6759ff;
     50  background-color: rgb(37,111,123);
    5051  border-radius: 3px;
    5152}
Note: See TracChangeset for help on using the changeset viewer.