mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
move scss folder under popup
This commit is contained in:
@@ -17,7 +17,7 @@ const paths = {
|
||||
coverage: './coverage/',
|
||||
npmDir: './node_modules/',
|
||||
popupDir: './src/popup/',
|
||||
cssDir: './src/css/'
|
||||
cssDir: './src/popup/css/'
|
||||
};
|
||||
|
||||
const filters = {
|
||||
|
||||
@@ -2,7 +2,7 @@ import { enableProdMode } from '@angular/core';
|
||||
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
||||
|
||||
// tslint:disable-next-line
|
||||
require('../scss/popup.scss');
|
||||
require('./scss/popup.scss');
|
||||
// tslint:disable-next-line
|
||||
require('../scripts/duo.js');
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "variables.scss";
|
||||
@import "variables.scss";
|
||||
|
||||
small {
|
||||
font-size: $font-size-small;
|
||||
@@ -76,7 +76,7 @@ small {
|
||||
}
|
||||
|
||||
#duo-frame {
|
||||
background: url('../popup/images/loading.svg') 0 0 no-repeat;
|
||||
background: url('../images/loading.svg') 0 0 no-repeat;
|
||||
width: 100%;
|
||||
height: 470px;
|
||||
margin-bottom: -10px;
|
||||
Reference in New Issue
Block a user