diff options
| author | Fawn <fangrui_tong@brown.edu> | 2019-06-25 17:09:36 -0400 |
|---|---|---|
| committer | Fawn <fangrui_tong@brown.edu> | 2019-06-25 17:09:36 -0400 |
| commit | 41cf1e8536964764f18ab752140e484e36cbe464 (patch) | |
| tree | e6daba46778d099620bd91808a54d615304706fb /src/client/views/nodes/LinkButtonBox.scss | |
| parent | 522970375fe0227f9221a7e8be02875afd74ca63 (diff) | |
links can save
Diffstat (limited to 'src/client/views/nodes/LinkButtonBox.scss')
| -rw-r--r-- | src/client/views/nodes/LinkButtonBox.scss | 34 |
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 |
