Skip to content

Commit

Permalink
changed: 'Add action' floating button UI inside each intent component
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Dec 4, 2023
1 parent 53b63a5 commit 1b3787d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -557,25 +557,23 @@
border-radius: 50%;
box-shadow: unset;
background: transparent;
border: 1px dashed $blu-light-02;
border: 1px dashed var(--base-color);
border-radius: var(--base-border-radius-base);
color: $blu-light-02;
color: var(--base-color);
cursor: pointer;
font-size: 0.7em;
font-weight: 400;
transition: all .3s;
line-height: 20px
line-height: 20px;
width: 100%;
// outline: 2px solid var(--base-color) !important;
// z-index: 2;
// background-color: $icon-color-background;
}

.cds-add-action-btn>span {
font-size: 16px;
// color: $icon-color;
color: $blu-light-02;
position: relative;
top: 0px;
color: var(--base-color);
}

.cds-add-action-btn:hover {
Expand Down
4 changes: 2 additions & 2 deletions src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@
},
"CDSModalMouseTrackPad":{
"HowToMove":"How to move",
"ClickWhellDragToMove" :"Click whell button & drag \n to move around",
"ClickWhellDragToMove" :"Click wheel button & drag \n to move around",
"ScrollMouseWheel":"Scroll mouse wheel \n to move up/down",
"CtrlButtonWheelToZoom":"CRTL + Mouse whell button \n to zoom in/out",
"CtrlButtonWheelToZoom":"CRTL + Mouse wheel button \n to zoom in/out",
"PinchToZoom":"Pinch to zoom",
"SlideToMove":"Slide two fingers \n to move around"
},
Expand Down

0 comments on commit 1b3787d

Please sign in to comment.