diff options
| author | ab <abdullah_ahmed@brown.edu> | 2019-08-08 17:48:58 -0400 |
|---|---|---|
| committer | ab <abdullah_ahmed@brown.edu> | 2019-08-08 17:48:58 -0400 |
| commit | 116f218c2eeec377fb465027bcfaa7521d9af492 (patch) | |
| tree | 35d051edc045383d349bde7b4bceca47b6f84ed5 /src/client/ClientRecommender.scss | |
| parent | 17f28e393e0c24fcace33a3ecd5564bc766fe685 (diff) | |
euclidian
Diffstat (limited to 'src/client/ClientRecommender.scss')
| -rw-r--r-- | src/client/ClientRecommender.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/ClientRecommender.scss b/src/client/ClientRecommender.scss new file mode 100644 index 000000000..710d80f34 --- /dev/null +++ b/src/client/ClientRecommender.scss @@ -0,0 +1,8 @@ +@import "/views/globalCssVariables.scss"; + +.space{ + border: 1px dashed blue; + border-spacing: 25px; + border-collapse: separate; + align-content: center; +}
\ No newline at end of file |
