123456789101112131415161718192021222324 |
- .archive {
- background-color: white;
- border-radius: 10px;
- border: 2px solid #39CCCC;
- min-width: 30%;
- min-height: 20%;
- padding: 15px;
- }
- .create {
- background-color: white;
- border-radius: 10px;
- border: 2px solid #1685a9;
- padding: 15px;
- }
- .modal div {
- background-color: white;
- border-radius: 10px;
- }
- .archive_describe {
- min-height: 2em;
- }
|