| 12345678910111213141516171819202122232425262728 |
- .at-image-picker__remove-btn {
- display: none;
- }
- .logbt {
- margin-left: 30px;
- text-decoration: underline;
- color: #4e6ef2;
- }
- .option {
- width: 50%;
- margin: 50px auto;
- }
- .statusicon {
- position: absolute;
- right: 0;
- top: 100px;
- width: 222px;
- height: 197px;
- }
- textarea {
- background: #D7D7D7;
- padding: 20px;
- border-radius: 20px;
- }
|