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.

53 lines
1.5 KiB

  1. /**********************************************************************************
  2. *
  3. * Copyright (c) 2017-2019 MuK IT GmbH.
  4. *
  5. * This file is part of MuK Web Utils
  6. * (see https://mukit.at).
  7. *
  8. * This program is free software: you can redistribute it and/or modify
  9. * it under the terms of the GNU Lesser General Public License as published by
  10. * the Free Software Foundation, either version 3 of the License, or
  11. * (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU Lesser General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU Lesser General Public License
  19. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. *
  21. **********************************************************************************/
  22. .o_field_widget.mk_field_share {
  23. &.o_field_copy {
  24. padding-left: 90px;
  25. .mk_share_dropdown {
  26. @include o-position-absolute($top: 0, $left: 0);
  27. .mk_share_button {
  28. padding: 0 10px;
  29. }
  30. &.mk_share_char {
  31. height: 100%;
  32. }
  33. &.mk_share_text {
  34. .dropdown-menu {
  35. line-height: 0.1
  36. }
  37. }
  38. }
  39. }
  40. &.o_form_uri {
  41. .mk_share_dropdown {
  42. margin-left: 0.2rem;
  43. .mk_share_button {
  44. padding: 0.25rem 0.4rem;
  45. font-size: 0.8rem;
  46. line-height: 0.5;
  47. border-radius: 0.2rem;
  48. margin-bottom: 0.12rem;
  49. }
  50. }
  51. }
  52. }