textalternativeform.css 241 B

1234567891011121314
  1. /*
  2. * Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md.
  4. */
  5. .ck.ck-text-alternative-form {
  6. & .ck-labeled-input {
  7. display: inline-block;
  8. }
  9. & .ck-label {
  10. display: none;
  11. }
  12. }