123456789101112131415161718192021222324252627 |
- // home
- .field--type-link{
- width: 45%;
- text-transform: uppercase;
- padding: 1rem;
- border: solid black 1px;
- margin-bottom: 1rem;
- background-color: white;
- }
- .bouton{
- background-color: white !important;
- border: none !important;
- cursor: pointer;
- }
- .field--type-file{
- width: 45%;
- text-transform: uppercase;
- padding: 1rem;
- border: solid black 1px;
- margin-bottom: 1rem;
- background-color: white;
- }
|