8
0

inputtext.scss 312 B

123456789101112
  1. // Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
  2. // For licensing, see LICENSE.md or http://ckeditor.com/license
  3. .ck-input {
  4. &-text {
  5. @include ck-rounded-corners();
  6. border: 1px solid ck-border-color( 'foreground' );
  7. padding: ck-spacing( 'small' );
  8. min-width: 200px;
  9. }
  10. }