You are here

wingsuit-lb.core.css in Gin Layout Builder 8.2

.ws-lb .glb-claro-details__wrapper,
.ws-lb-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ws-tabs {
  margin-top: 1em;
}

.glb-button.ws-lb-button {
  display: flex !important;
}

.ws-lb-button__icon {
  background: var(--colorGinPrimary);
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.5em;
  -webkit-mask-size: 18px 18px;
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3ccircle fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' cx='12' cy='12' r='3'/%3e%3cpath fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' d='M19.4 15a1.65 1.65 0 00.33 1.82l.06.06a2 2 0 010 2.83 2 2 0 01-2.83 0l-.06-.06a1.65 1.65 0 00-1.82-.33 1.65 1.65 0 00-1 1.51V21a2 2 0 01-2 2 2 2 0 01-2-2v-.09A1.65 1.65 0 009 19.4a1.65 1.65 0 00-1.82.33l-.06.06a2 2 0 01-2.83 0 2 2 0 010-2.83l.06-.06a1.65 1.65 0 00.33-1.82 1.65 1.65 0 00-1.51-1H3a2 2 0 01-2-2 2 2 0 012-2h.09A1.65 1.65 0 004.6 9a1.65 1.65 0 00-.33-1.82l-.06-.06a2 2 0 010-2.83 2 2 0 012.83 0l.06.06a1.65 1.65 0 001.82.33H9a1.65 1.65 0 001-1.51V3a2 2 0 012-2 2 2 0 012 2v.09a1.65 1.65 0 001 1.51 1.65 1.65 0 001.82-.33l.06-.06a2 2 0 012.83 0 2 2 0 010 2.83l-.06.06a1.65 1.65 0 00-.33 1.82V9a1.65 1.65 0 001.51 1H21a2 2 0 012 2 2 2 0 01-2 2h-.09a1.65 1.65 0 00-1.51 1z'/%3e%3c/svg%3e");
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3ccircle fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' cx='12' cy='12' r='3'/%3e%3cpath fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' d='M19.4 15a1.65 1.65 0 00.33 1.82l.06.06a2 2 0 010 2.83 2 2 0 01-2.83 0l-.06-.06a1.65 1.65 0 00-1.82-.33 1.65 1.65 0 00-1 1.51V21a2 2 0 01-2 2 2 2 0 01-2-2v-.09A1.65 1.65 0 009 19.4a1.65 1.65 0 00-1.82.33l-.06.06a2 2 0 01-2.83 0 2 2 0 010-2.83l.06-.06a1.65 1.65 0 00.33-1.82 1.65 1.65 0 00-1.51-1H3a2 2 0 01-2-2 2 2 0 012-2h.09A1.65 1.65 0 004.6 9a1.65 1.65 0 00-.33-1.82l-.06-.06a2 2 0 010-2.83 2 2 0 012.83 0l.06.06a1.65 1.65 0 001.82.33H9a1.65 1.65 0 001-1.51V3a2 2 0 012-2 2 2 0 012 2v.09a1.65 1.65 0 001 1.51 1.65 1.65 0 001.82-.33l.06-.06a2 2 0 012.83 0 2 2 0 010 2.83l-.06.06a1.65 1.65 0 00-.33 1.82V9a1.65 1.65 0 001.51 1H21a2 2 0 012 2 2 2 0 01-2 2h-.09a1.65 1.65 0 00-1.51 1z'/%3e%3c/svg%3e");
}

.ws-lb-button:hover .ws-lb-button__icon,
.ws-lb-button:focus .ws-lb-button__icon,
.ws-lb-button:active .ws-lb-button__icon
{
  background: var(--colorGinButtonText);
}

.ws-lb .ajax-progress-throbber {
  position: absolute !important;
  z-index: 10;
}

.layout-builder__link--add-section-to-library {
  position: absolute;
  top: -18px;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 20;
  overflow: hidden;
}

.layout-builder__link--add-section-to-library:hover {
  background-color: var(--colorGinPrimary) !important;
  background-image: url('save.svg');
}

.layout-builder__link--add-section-to-library:after {
  content: '';
}

.layout-builder__link--configure {
  left: 40px !important;
}

.layout-builder__link--import-from-library,
.layout-builder__link--add-template-to-library
{
  display: none !important;
}

File

modules/wingsuit_lb/css/wingsuit-lb.core.css
View source
  1. .ws-lb .glb-claro-details__wrapper,
  2. .ws-lb-container {
  3. display: grid;
  4. grid-template-columns: 1fr 1fr;
  5. grid-gap: 20px;
  6. padding-top: 20px;
  7. padding-bottom: 20px;
  8. }
  9. .ws-tabs {
  10. margin-top: 1em;
  11. }
  12. .glb-button.ws-lb-button {
  13. display: flex !important;
  14. }
  15. .ws-lb-button__icon {
  16. background: var(--colorGinPrimary);
  17. width: 1.1em;
  18. height: 1.1em;
  19. margin-right: 0.5em;
  20. -webkit-mask-size: 18px 18px;
  21. mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3ccircle fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' cx='12' cy='12' r='3'/%3e%3cpath fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' d='M19.4 15a1.65 1.65 0 00.33 1.82l.06.06a2 2 0 010 2.83 2 2 0 01-2.83 0l-.06-.06a1.65 1.65 0 00-1.82-.33 1.65 1.65 0 00-1 1.51V21a2 2 0 01-2 2 2 2 0 01-2-2v-.09A1.65 1.65 0 009 19.4a1.65 1.65 0 00-1.82.33l-.06.06a2 2 0 01-2.83 0 2 2 0 010-2.83l.06-.06a1.65 1.65 0 00.33-1.82 1.65 1.65 0 00-1.51-1H3a2 2 0 01-2-2 2 2 0 012-2h.09A1.65 1.65 0 004.6 9a1.65 1.65 0 00-.33-1.82l-.06-.06a2 2 0 010-2.83 2 2 0 012.83 0l.06.06a1.65 1.65 0 001.82.33H9a1.65 1.65 0 001-1.51V3a2 2 0 012-2 2 2 0 012 2v.09a1.65 1.65 0 001 1.51 1.65 1.65 0 001.82-.33l.06-.06a2 2 0 012.83 0 2 2 0 010 2.83l-.06.06a1.65 1.65 0 00-.33 1.82V9a1.65 1.65 0 001.51 1H21a2 2 0 012 2 2 2 0 01-2 2h-.09a1.65 1.65 0 00-1.51 1z'/%3e%3c/svg%3e");
  22. -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3ccircle fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' cx='12' cy='12' r='3'/%3e%3cpath fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' d='M19.4 15a1.65 1.65 0 00.33 1.82l.06.06a2 2 0 010 2.83 2 2 0 01-2.83 0l-.06-.06a1.65 1.65 0 00-1.82-.33 1.65 1.65 0 00-1 1.51V21a2 2 0 01-2 2 2 2 0 01-2-2v-.09A1.65 1.65 0 009 19.4a1.65 1.65 0 00-1.82.33l-.06.06a2 2 0 01-2.83 0 2 2 0 010-2.83l.06-.06a1.65 1.65 0 00.33-1.82 1.65 1.65 0 00-1.51-1H3a2 2 0 01-2-2 2 2 0 012-2h.09A1.65 1.65 0 004.6 9a1.65 1.65 0 00-.33-1.82l-.06-.06a2 2 0 010-2.83 2 2 0 012.83 0l.06.06a1.65 1.65 0 001.82.33H9a1.65 1.65 0 001-1.51V3a2 2 0 012-2 2 2 0 012 2v.09a1.65 1.65 0 001 1.51 1.65 1.65 0 001.82-.33l.06-.06a2 2 0 012.83 0 2 2 0 010 2.83l-.06.06a1.65 1.65 0 00-.33 1.82V9a1.65 1.65 0 001.51 1H21a2 2 0 012 2 2 2 0 01-2 2h-.09a1.65 1.65 0 00-1.51 1z'/%3e%3c/svg%3e");
  23. }
  24. .ws-lb-button:hover .ws-lb-button__icon,
  25. .ws-lb-button:focus .ws-lb-button__icon,
  26. .ws-lb-button:active .ws-lb-button__icon
  27. {
  28. background: var(--colorGinButtonText);
  29. }
  30. .ws-lb .ajax-progress-throbber {
  31. position: absolute !important;
  32. z-index: 10;
  33. }
  34. .layout-builder__link--add-section-to-library {
  35. position: absolute;
  36. top: -18px;
  37. left: 0;
  38. width: 18px;
  39. height: 18px;
  40. z-index: 20;
  41. overflow: hidden;
  42. }
  43. .layout-builder__link--add-section-to-library:hover {
  44. background-color: var(--colorGinPrimary) !important;
  45. background-image: url('save.svg');
  46. }
  47. .layout-builder__link--add-section-to-library:after {
  48. content: '';
  49. }
  50. .layout-builder__link--configure {
  51. left: 40px !important;
  52. }
  53. .layout-builder__link--import-from-library,
  54. .layout-builder__link--add-template-to-library
  55. {
  56. display: none !important;
  57. }