Sha256: 2030f364665819ad913fa7acb2f397750b54979e422cbb9e6315ef27a5b1e33d

Contents?: true

Size: 1.96 KB

Versions: 1

Compression:

Stored size: 1.96 KB

Contents

@import '_variable.scss';
.form-container{
	width: 70%;
	margin: 20px auto;
	div{
		padding-bottom: 7px;
		label{
			padding-left: 5px;
		}
	}
}

.filter-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.filter{
	width: 25% !important;
}


.modal-form {
	.form-control:focus {
  	padding: 6px 12px;
  	background-image: none;
  	box-shadow: none;
  	border: 1px solid #d5d5d5;
  }

  .form-control {
  	box-shadow: none;
  	border: 1px solid #d5d5d5;
  	border-radius: 0;
  	color: #1A1D1F;
  }

  select.form-control {
  	border-radius: 0;
  	border: 1px solid #d5d5d5;
  }

  .form-inputs {
    margin: 0px 30px 20px 30px;
    width: -webkit-fill-available;
  }
  .alert-dismissible {
    padding-right: 45px;
    padding-left: 25px;
	}
	.alert {
		background: none;
		margin-bottom: 0px;
	}
	.disabled {
		.btn.btn-upload .upload-file-image {
			cursor: not-allowed;
			pointer-events: all !important;
		}
	}
}

.modal-dialog {
	.modal-content {
		border-radius: 0;
		.modal-header {
	    padding-bottom: 20px;
	    font-weight: bold;
	    .modal-title {
		    text-transform: capitalize;
			}
		}
		.modal-footer {
			padding: 20px;
		}
	}
}

.btn.btn-upload {
	border: 1px solid #d5d5d5;
	border-radius: 0;
	width: 100%;
	padding: 10px;
	position: relative;

	.upload-file-image {
	  opacity: 0;
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}
	.upload-file-edit {
	  opacity: 0;
    position: absolute;
    top: 12px;
    left: 10px;
    height: 45%;
    width: 75%;
	}
	.uploaded-file-name {
		text-align: left;
    min-width: 25%;
    max-width: 60%;
	}
	.upload-image {
		height: 22px;
		color: #3E3E3E;
		font-family: "Open Sans";
		font-size: 14px;
		font-weight: 600;
		line-height: 22px;
		text-transform: none;
		display: inline-block;
	}

	.upload-image-icon {
		display: inline-block;
		margin-right: 5px;
	}

	.remove-attachment {
    padding: 0px 10px;
    cursor: pointer;
    position: absolute;
    right: 10px;
	}
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cm-admin-0.1.0 lib/generators/cm_admin/templates/assets/stylesheets/form.scss