Changeset 79a0317 for imaps-frontend/src/pages/IMaps/components/Button.css
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/src/pages/IMaps/components/Button.css
r0c6b92a r79a0317 20 20 21 21 .btn--outline { 22 background-color: transparent;22 background-color: #ffffffc2; 23 23 24 color: # fff;24 color: #252627; 25 25 padding: 8px 20px; 26 border: 1px solid #252627 ; 26 27 /* border: 1px solid var(--primary); */ 27 28 transition: all 0.3s ease-out; … … 37 38 font-size: 24px; 38 39 } 40 .btn--outline:hover{ 41 transition: all 0.3s ease-out; 42 background: #000000; 43 color:#ffffffc2; 44 } 39 45 40 46 .btn--large:hover, … … 43 49 background: #ffffffc2; 44 50 color: #000000; 45 transition: 250ms;46 51 }
Note:
See TracChangeset
for help on using the changeset viewer.