Skip to content
Snippets Groups Projects
Commit 6686adc4 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

unused css

parent 9f63ffa2
No related branches found
No related tags found
No related merge requests found
Pipeline #398212 passed
......@@ -3062,4 +3062,5 @@ span{
div.timeline-item.moretop div div.row.align-items-center div.col p{
text-align: left;
}
\ No newline at end of file
}
\ No newline at end of file
body {
margin: 0;
background-color: #f8f8f8;
font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 24px;
font-weight: 400;
}
html,
body,
#root {
height: 100%;
}
.header {
color: #cdcdcd;
}
.react-flow__node-mindmap {
background: white;
border-radius: 2px;
border: none;
padding: 6px 10px;
font-weight: 700;
}
.react-flow__handle.target {
top: 50%;
pointer-events: none;
opacity: 0;
}
.react-flow__handle.source {
top: 0;
left: 0;
transform: none;
background: #f6ad55;
height: 100%;
width: 100%;
border-radius: 2px;
border: none;
}
.react-flow .react-flow__connectionline {
z-index: 0;
}
.inputWrapper {
display: flex;
height: 20px;
z-index: 1;
position: relative;
pointer-events: none;
}
.dragHandle {
background: transparent;
width: 14px;
height: 100%;
margin-right: 4px;
display: flex;
align-items: center;
pointer-events: all;
}
.input {
border: none;
padding: 0 2px;
border-radius: 1px;
font-weight: 700;
background: transparent;
height: 100%;
color: #222;
pointer-events: none;
}
.input:focus {
border: none;
outline: none;
background: rgba(255, 255, 255, 0.25);
pointer-events: all;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment