?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/scss/modules/title/



?? Go up: /home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/scss/modules

?? Viewing: _title-responsive.scss

@include ipad-landscape {

    .edgtf-title {

      &.edgtf-has-background {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
        height: auto !important;
        padding: 0 !important;
      }

      &.edgtf-title-image-not-responsive {
          .edgtf-title-image {
              display: block;
          }
      }

      .edgtf-title-holder {
          height: 100% !important;
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          padding: 0 !important;
      }

      .edgtf-title-holder .edgtf-container {
          display: block;
          height: 100%;
      }

      .edgtf-title-holder .edgtf-container-inner {
          display: table;
          height: 100%;
      }

      .edgtf-title-holder .edgtf-title-subtitle-holder {
          display: table-cell;
          vertical-align: middle;
          width: 100%;
      }

      .edgtf-title-subtitle-holder {
          padding: 0px !important;
      }

		&.edgtf-title-large-text-size{

			h1 {
				font-size: 50px;
			}
			.edgtf-subtitle{
				font-size: 18px;
			}
		}

    }

}

@include ipad-portrait {

	.edgtf-title {

		&.edgtf-title-large-text-size{
			h1 {
				font-size: 25px;
			}
			.edgtf-subtitle{
				font-size: 16px;
			}
		}

	}

}


??

??