Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/src/components/Modals/EntranceModal/EntranceModal.module.css
r0c6b92a r79a0317 34 34 left: 50%; 35 35 transform: translate(-50%, -50%); 36 background-color: #2c2f33 ;36 background-color: #2c2f33f7; 37 37 color: #ffffff !important; 38 38 padding: 20px; … … 90 90 margin-bottom: 15px; 91 91 } 92 93 /*tuka novo start*/ 94 95 label { 96 font-size: 16px; 97 font-weight: bold; 98 margin-bottom: 8px; 99 } 100 101 .customFileInput { 102 position: relative; 103 } 104 105 .uploadButton { 106 background-color: #007bff; 107 color: white; 108 border: none; 109 padding: 10px 20px; 110 border-radius: 5px; 111 cursor: pointer; 112 font-size: 16px; 113 transition: background-color 0.3s ease; 114 } 115 116 .uploadButton:hover { 117 background-color: #0056b3; 118 } 119 120 .uploadButton:focus { 121 outline: none; 122 box-shadow: 0 0 4px rgba(0, 123, 255, 0.6); 123 } 124 125 .uploadButton:active { 126 background-color: #003f7f; 127 } 128 129 /*tuka novo end*/ 92 130 93 131 .formGroup label {
Note:
See TracChangeset
for help on using the changeset viewer.