summaryrefslogtreecommitdiff
path: root/addons/microsoft_calendar/static/src/scss
diff options
context:
space:
mode:
Diffstat (limited to 'addons/microsoft_calendar/static/src/scss')
-rw-r--r--addons/microsoft_calendar/static/src/scss/microsoft_calendar.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/addons/microsoft_calendar/static/src/scss/microsoft_calendar.scss b/addons/microsoft_calendar/static/src/scss/microsoft_calendar.scss
new file mode 100644
index 00000000..2f1fa96b
--- /dev/null
+++ b/addons/microsoft_calendar/static/src/scss/microsoft_calendar.scss
@@ -0,0 +1,14 @@
+.o_microsoft_sync_button {
+ margin: auto;
+ > img {
+ margin-right: 10px;
+ }
+}
+.o_microsoft_sync.badge {
+ border: none;
+}
+
+img.calendar_img_tuto {
+ margin: 0 0 10px 50px;
+ border: 2px solid $o-brand-secondary;
+}