Move Developer Settings page styles to separate file
This commit is contained in:
parent
5bcf095600
commit
cc335cfc65
3 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
}
|
|
@ -4,4 +4,5 @@
|
|||
@import "_mediaelement";
|
||||
@import "_canvas";
|
||||
@import "_table";
|
||||
@import "_gui";
|
||||
@import "_gui";
|
||||
@import "page/_developer.scss";
|
5
scss/page/_developer.scss
Normal file
5
scss/page/_developer.scss
Normal file
|
@ -0,0 +1,5 @@
|
|||
.developer-page__custom-lighthouse-servers {
|
||||
font: 0.8em monospace;
|
||||
width: 30em;
|
||||
height: 10em;
|
||||
}
|
Loading…
Add table
Reference in a new issue