Commit 102151ed authored by greg's avatar greg

move styles to global file

parent 25c03e2f
...@@ -294,11 +294,6 @@ const css = csjs` ...@@ -294,11 +294,6 @@ const css = csjs`
display: flex; display: flex;
align-items: center; align-items: center;
} }
.hideWarningsContainer {
display: flex;
align-items: center;
margin-left: 2%
}
.autocompile {} .autocompile {}
.autocompileTitle { .autocompileTitle {
font-weight: bold; font-weight: bold;
......
...@@ -241,6 +241,11 @@ var css = csjs` ...@@ -241,6 +241,11 @@ var css = csjs`
padding-right: 26px; padding-right: 26px;
padding-top: 5px; padding-top: 5px;
float: right; 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