aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LinkButtonBox.scss
diff options
context:
space:
mode:
authorFawn <fangrui_tong@brown.edu>2019-06-25 17:09:36 -0400
committerFawn <fangrui_tong@brown.edu>2019-06-25 17:09:36 -0400
commit41cf1e8536964764f18ab752140e484e36cbe464 (patch)
treee6daba46778d099620bd91808a54d615304706fb /src/client/views/nodes/LinkButtonBox.scss
parent522970375fe0227f9221a7e8be02875afd74ca63 (diff)
links can save
Diffstat (limited to 'src/client/views/nodes/LinkButtonBox.scss')
-rw-r--r--src/client/views/nodes/LinkButtonBox.scss34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/client/views/nodes/LinkButtonBox.scss b/src/client/views/nodes/LinkButtonBox.scss
index 24bfd2c9f..6be2dcf60 100644
--- a/src/client/views/nodes/LinkButtonBox.scss
+++ b/src/client/views/nodes/LinkButtonBox.scss
@@ -1,18 +1,18 @@
-.linkBox-cont {
- width: 200px;
- height: 100px;
- background-color: black;
- text-align: center;
- color: white;
- padding: 10px;
- border-radius: 5px;
- position: relative;
+// .linkBox-cont {
+// width: 200px;
+// height: 100px;
+// background-color: black;
+// text-align: center;
+// color: white;
+// padding: 10px;
+// border-radius: 5px;
+// position: relative;
- .linkBox-cont-wrapper {
- width: calc(100% - 20px);
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- }
-} \ No newline at end of file
+// .linkBox-cont-wrapper {
+// width: calc(100% - 20px);
+// position: absolute;
+// left: 50%;
+// top: 50%;
+// transform: translate(-50%, -50%);
+// }
+// } \ No newline at end of file