aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBoxComment.scss
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-07-02 14:46:24 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-07-02 14:46:24 -0500
commit5022535496730c0b02db5fb74a1e1e224bcaf745 (patch)
treef4a9759442219c32ef241475367281cc274e23de /src/client/views/nodes/formattedText/FormattedTextBoxComment.scss
parent9dfec9ad11210ef5b88d2b76bbe1f369b2e1d77d (diff)
cleaned text link preview
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBoxComment.scss')
-rw-r--r--src/client/views/nodes/formattedText/FormattedTextBoxComment.scss47
1 files changed, 38 insertions, 9 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBoxComment.scss b/src/client/views/nodes/formattedText/FormattedTextBoxComment.scss
index adef7f81f..9089e7039 100644
--- a/src/client/views/nodes/formattedText/FormattedTextBoxComment.scss
+++ b/src/client/views/nodes/formattedText/FormattedTextBoxComment.scss
@@ -36,32 +36,61 @@
border-top-color: white;
}
-.FormattedTextBox-buttons {
+.FormattedTextBoxComment-buttons {
display: none;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
- .FormattedTextBox-button {
+ .FormattedTextBoxComment-button {
width: 20px;
height: 20px;
margin: 0;
margin-right: 6px;
border-radius: 50%;
pointer-events: auto;
- background-color: rgb(53, 146, 199);
- color: rgb(150, 211, 248);
+ background-color: rgb(38, 40, 41);
+ color: rgb(178, 181, 184);
font-size: 65%;
transition: transform 0.2s;
text-align: center;
position: relative;
- .FormattedTextBox-fa-icon {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
+ // margin-top: "auto";
+ // margin-bottom: "auto";
+ // background: black;
+ // color: white;
+ // display: inline-block;
+ // border-radius: 18px;
+ // font-size: 12.5px;
+ // width: 18px;
+ // height: 18px;
+ // margin-top: auto;
+ // margin-bottom: auto;
+ // margin-right: 3px;
+ // cursor: pointer;
+ // transition: transform 0.2s;
+
+ .FormattedTextBoxComment-fa-icon {
+ margin-top: "auto";
+ margin-bottom: "auto";
+ background: black;
+ color: white;
+ display: inline-block;
+ border-radius: 18px;
+ font-size: 12.5px;
+ width: 18px;
+ height: 18px;
+ margin-top: auto;
+ margin-bottom: auto;
+ margin-right: 3px;
+ cursor: pointer;
+ transition: transform 0.2s;
+ // position: absolute;
+ // top: 50%;
+ // left: 50%;
+ // transform: translate(-50%, -50%);
}
&:last-child {