Remove theme variable mail-font-url (#6157)

This commit is contained in:
Yuriy Bakhtin 2023-03-10 13:23:05 +04:00 committed by GitHub
parent bb3afa19e0
commit 0d3b7b92bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,7 @@
/**
* This file is generated by the "yii asset" command.
* DO NOT MODIFY THIS FILE DIRECTLY.
* @version 2023-03-03 08:52:22
* @version 2023-03-10 09:50:59
*/
return [
'app' => [

View File

@ -88,7 +88,6 @@
// --------------------------------------------------
// Mail Fonts
@mail-font-url: 'http://fonts.googleapis.com/css?family=Open+Sans:300,100,400,600';
@mail-font-family: 'Open Sans', Arial, Tahoma, Helvetica, sans-serif;
// CSS Variables
@ -134,6 +133,5 @@
--border-color-danger: @border-color-danger;
// Fonts
--mail-font-url: @mail-font-url;
--mail-font-family: @mail-font-family;
}

File diff suppressed because one or more lines are too long