Commit 6f8d0cc7 authored by greg's avatar greg Committed by yann300

move styles to global file

parent d7649d22
......@@ -294,11 +294,6 @@ const css = csjs`
display: flex;
align-items: center;
}
.hideWarningsContainer {
display: flex;
align-items: center;
margin-left: 2%
}
.autocompile {}
.autocompileTitle {
font-weight: bold;
......
......@@ -241,6 +241,11 @@ var css = csjs`
padding-right: 26px;
padding-top: 5px;
float: right;
},
.hideWarningsContainer {
display: flex;
align-items: center;
margin-left: 2%
}
`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment