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