From cdcdbdc4c7a924038cfa04b1151d69ac89249a6e Mon Sep 17 00:00:00 2001 From: sumeyyeKurtulus Date: Fri, 19 Jul 2024 13:52:23 +0300 Subject: [PATCH] update: root styles --- templates/app/angular/src/styles.scss | 56 +++++++++++++-------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/templates/app/angular/src/styles.scss b/templates/app/angular/src/styles.scss index 1227495d68..bd026887e3 100644 --- a/templates/app/angular/src/styles.scss +++ b/templates/app/angular/src/styles.scss @@ -11,34 +11,6 @@ :root { --lpx-logo: url('/assets/images/logo/logo-light.png'); --lpx-logo-icon: url('/assets/images/logo/logo-light-thumbnail.png'); - - .abp-logo { - background-repeat: no-repeat; - } - - .abp-support { - width: 178px; - height: 30px; - background-image: url('/assets/images/getting-started/abp-support.svg'); - } - - .abp-community { - width: 215px; - height: 30px; - background-image: url('/assets/images/getting-started/abp-community.svg'); - } - - .abp-blog { - width: 142px; - height: 30px; - background-image: url('/assets/images/getting-started/abp-blog.svg'); - } - - .logo-x { - width: 20px; - height: 20px; - background-image: url('/assets/images/getting-started/x.svg'); - } } .donut { display: inline-block; @@ -56,3 +28,31 @@ transform: translate(-50%, -50%); } } + +.abp-logo { + background-repeat: no-repeat; +} + +.abp-support { + width: 178px; + height: 30px; + background-image: url('/assets/images/getting-started/abp-support.svg'); +} + +.abp-community { + width: 215px; + height: 30px; + background-image: url('/assets/images/getting-started/abp-community.svg'); +} + +.abp-blog { + width: 142px; + height: 30px; + background-image: url('/assets/images/getting-started/abp-blog.svg'); +} + +.logo-x { + width: 20px; + height: 20px; + background-image: url('/assets/images/getting-started/x.svg'); +}