fix: graphiql UI fix

This commit is contained in:
NGPixel
2018-03-20 00:37:55 -04:00
parent 3f0adc5daf
commit cb253f7bfa
6 changed files with 35 additions and 305 deletions

View File

@@ -0,0 +1,11 @@
.dialog-header {
background-color: mc('blue', '700');
background: radial-gradient(ellipse at top, mc('blue', '500'), transparent),
radial-gradient(ellipse at bottom, mc('blue', '800'), transparent);
height: 60px;
color: #FFF;
display: flex;
align-items: center;
padding: 0 1rem;
font-size: 1.2rem;
}