balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

upload.css (292B)


      1 .rwmb-upload-area {
      2 	height: 200px;
      3 	border: 4px dashed #ddd;
      4 	display: flex;
      5     align-items: center;
      6     justify-content: center;
      7 	text-align: center;
      8 }
      9 .rwmb-upload-inside h3 {
     10 	font-size: 20px;
     11 	line-height: 1.4;
     12 	font-weight: 400;
     13 	margin: 0;
     14 }
     15 .rwmb-upload-inside p {
     16 	margin: .5em 0;
     17 }