roiact
Version:
51 lines (42 loc) • 859 B
CSS
.tool {
margin-bottom: 1rem;
padding: 1rem; }
.mainrow {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center; }
.row {
display: flex;
flex-direction: column; }
.pointerIcon {
height: 18px ;
width: 18px ; }
.helpIcon {
font-size: 10px ;
margin-left: 6px ; }
.drawTool {
align-items: center;
background: #fafafa;
border: 2px solid #fafafa;
display: flex;
height: 40px;
justify-content: center;
margin: 0 2px;
padding: .2rem;
width: 40px; }
.disabled {
opacity: .5 ; }
.drawToolSelected {
align-items: center;
background: #fafafa;
border: 2px solid #2185d0;
display: flex;
height: 40px;
justify-content: center;
margin: 0 2px;
padding: .2rem;
width: 40px; }
.drawIcon {
height: 26px;
width: 26px; }