Skip to content

Commit

Permalink
Compile multilingual.less
Browse files Browse the repository at this point in the history
  • Loading branch information
AIC-BV authored Oct 3, 2023
1 parent 204ee73 commit b14c93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/multilingual.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.field-multilingual{position:relative}
.field-multilingual .ml-btn{z-index:2;position:absolute;top:1px;right:1px;height:calc(98%);max-height:38px;width:auto;max-width:44px;color:#7b7b7b;background-color:#F8F6F3;font-size:11px;letter-spacing:1px;text-transform:uppercase;margin:0 !important;padding:0 12px;border-top-left-radius:0;border-bottom-left-radius:0;transition:color 420ms ease}
.field-multilingual .ml-btn{z-index:2;position:absolute;top:1px;bottom:1px;right:1px;width:auto;max-width:44px;max-height:38px;color:#7b7b7b;background-color:#F8F6F3;box-shadow:none;font-size:11px;letter-spacing:1px;text-transform:uppercase;margin:0 !important;padding:0 12px;border-top-left-radius:0;border-bottom-left-radius:0;transition:color 420ms ease}
.field-multilingual .ml-btn:hover{color:#555}
.field-multilingual textarea + .ml-btn{border-bottom-right-radius:0;border-bottom-left-radius:.375rem}
.field-multilingual.field-multilingual-repeater .ml-btn{top:5px;height:auto;transform:translateY(-100%);border-radius:.375rem}
Expand Down

0 comments on commit b14c93c

Please sign in to comment.