200ok-ch/organice

View on GitHub
src/components/OrgFile/components/AttributedString/components/ListPart/ListActionDrawer/stylesheet.css

Summary

Maintainability
Test Coverage
.list-action-drawer-container {
  color: lightgray;

  padding-bottom: 10px;

  padding-right: 20px;
}

.list-action-drawer__row {
  display: flex;
  align-items: center;
  justify-content: space-around;

  padding-top: 10px;
}

.list-action-drawer__edit-icon-container {
  position: relative;
}

.list-action-drawer__separator {
  background-color: lightgray;

  height: 15px;
  width: 1px;

  margin-left: 10px;
  margin-right: 10px;
}