You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Index.css 465 B

4 years ago
123
  1. .lr-layout{position:relative;height:100%;width:100%;background-color:#F5F5F5;padding:10px;}
  2. .lr-layout-container{position:relative;background-color:#fff;border:1px solid #ccc;width:100%;height:100%;border-radius: 3px;-webkit-transition: opacity 0.25s ease-out;-moz-transition: opacity 0.25s ease-out;transition: opacity 0.25s ease-out;-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);box-shadow: 0 1px 1px rgba(0,0,0,.05);}
  3. .lr-form-content{padding: 0px 20px 0 0;}