Move Developer Settings page styles to separate file

This commit is contained in:
Alex Liebowitz 2016-12-30 04:38:51 -05:00
parent 5bcf095600
commit cc335cfc65
3 changed files with 7 additions and 7 deletions

View file

@ -367,9 +367,3 @@ input[type="text"], input[type="search"]
word-break: break-all;
}
.developer-page__custom-lighthouse-servers {
font: 0.8em monospace;
width: 30em;
height: 10em;
}

View file

@ -4,4 +4,5 @@
@import "_mediaelement";
@import "_canvas";
@import "_table";
@import "_gui";
@import "_gui";
@import "page/_developer.scss";

View file

@ -0,0 +1,5 @@
.developer-page__custom-lighthouse-servers {
font: 0.8em monospace;
width: 30em;
height: 10em;
}