summaryrefslogtreecommitdiff
path: root/addons/website_sale/static/src/scss/website_sale_dashboard.scss
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-05-10 21:51:50 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-05-10 21:51:50 +0700
commit3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch)
treea44932296ef4a9b71d5f010906253d8c53727726 /addons/website_sale/static/src/scss/website_sale_dashboard.scss
parent0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff)
initial commit 2
Diffstat (limited to 'addons/website_sale/static/src/scss/website_sale_dashboard.scss')
-rw-r--r--addons/website_sale/static/src/scss/website_sale_dashboard.scss81
1 files changed, 81 insertions, 0 deletions
diff --git a/addons/website_sale/static/src/scss/website_sale_dashboard.scss b/addons/website_sale/static/src/scss/website_sale_dashboard.scss
new file mode 100644
index 00000000..b509f220
--- /dev/null
+++ b/addons/website_sale/static/src/scss/website_sale_dashboard.scss
@@ -0,0 +1,81 @@
+.o_dashboard_sales {
+
+ h2 {
+ padding: 15px;
+ }
+ h4 { margin: 3px 0 4px 0 !important; }
+ .o_demo_background {
+ margin-top: 16px;
+ height: 350px;
+ background-size: 100% !important;
+ background: url("/website_sale/static/src/img/website_sale_dashboard_sales_demo.png") no-repeat;
+ position: relative;
+ opacity: 0.2;
+ }
+ .o_demo_message {
+ color: $o-main-color-muted;
+ width: 100%;
+ @include o-position-absolute($left: 0, $top: 12%);
+ display: flex;
+ justify-content: center;
+ }
+ .o_link_enable {
+ @include media-breakpoint-up(lg) {
+ border-right: 1px solid #ccc;
+ }
+ height: initial;
+ padding: 5px;
+ text-align: center;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ a {
+ color: darken($o-brand-lightsecondary, 40%);
+ }
+ &:hover {
+ background-color: $o-brand-lightsecondary;
+ }
+ .o_highlight {
+ color: $o-brand-primary;
+ font-size: 20px;
+ font-weight: bold;
+ }
+ }
+ .o_link_disable {
+ @include media-breakpoint-up(lg) {
+ border-right: 1px solid #ccc;
+ }
+ height: initial;
+ padding: 5px;
+ text-align: center;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ margin: 10px 0px;
+ color: darken($o-brand-lightsecondary, 40%);
+ .o_highlight {
+ font-size: 20px;
+ font-weight: bold;
+ }
+ }
+ .o_invisible_border {
+ border-right: 0px;
+ }
+ .o_top_margin {
+ margin-top: 20px;
+ }
+ .o_graph_canvas_container {
+ position: relative;
+ top: 0px;
+ left: 0px;
+ width: 100%;
+ height: 30em;
+ }
+ .o_dashboard_utms {
+ .utm_chart_image {
+ display: block;
+ margin: auto;
+ }
+ .utm_dropdown {
+ margin-top: -5px;
+ }
+ }
+} \ No newline at end of file