summaryrefslogtreecommitdiff
path: root/src/components/projects/ProjectAuthList.sass
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-08-16 22:55:16 +0300
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 10:05:42 +0200
commit07195f3762b6a8a7dfb44c2231db58c5be13c43f (patch)
tree2b4640457f70b55a97aff22fbe617e4b8538464a /src/components/projects/ProjectAuthList.sass
parent91c8088e1d7def9242f60c708cd34f25dcb77d76 (diff)
Rename project to sim and enable sim-adding
Diffstat (limited to 'src/components/projects/ProjectAuthList.sass')
-rw-r--r--src/components/projects/ProjectAuthList.sass104
1 files changed, 0 insertions, 104 deletions
diff --git a/src/components/projects/ProjectAuthList.sass b/src/components/projects/ProjectAuthList.sass
deleted file mode 100644
index 5cdfacaa..00000000
--- a/src/components/projects/ProjectAuthList.sass
+++ /dev/null
@@ -1,104 +0,0 @@
-@import ../../style-globals/_mixins.sass
-@import ../../style-globals/_variables.sass
-
-.project-list
- display: block
- font-size: 12pt
- border: 0
-
- .list-head, .list-body .project-row
- display: block
- position: relative
-
- .list-head div, .list-body .project-row div
- padding: 0 10px
- display: inline-block
-
- .list-head
- font-weight: bold
-
- // Address default margin between inline-blocks
- div
- margin-right: -4px
-
-.project-row
- background: #f8f8f8
- border: 1px solid #b6b6b6
- height: 40px
- line-height: 40px
- clear: both
-
-.project-row:not(:first-of-type)
- margin-top: -1px
-
-// Sizing of table columns
-.project-row, .project-list .list-head
- div:first-of-type
- width: 40%
-
- div:nth-of-type(2)
- width: 20%
-
- div:nth-of-type(3)
- width: 20%
-
- div:last-of-type
- width: 20%
-
- span
- margin-right: 10px
-
-.project-row .project-icons
- text-align: right
-
-.project-row .project-icons div
- display: inline
- position: relative
- top: 4px
- width: 30px
- height: 30px
- margin-right: 5px
- font-size: 12pt
- color: white
- +border-radius(100%)
- +clickable
- +transition(background, $transition-length)
-
- span
- position: relative
- top: -4px
- left: -1px
-
- &.open
- $icon-color: #0c60bf
- background: $icon-color
-
- &:hover
- background: lighten($icon-color, 10%)
-
- &:active
- background: darken($icon-color, 10%)
-
- &.users
- font-size: 10pt
- $icon-color: #17bf55
- background: $icon-color
-
- span
- left: -2px
-
- &:hover
- background: lighten($icon-color, 10%)
-
- &:active
- background: darken($icon-color, 10%)
-
- &.delete
- $icon-color: #e3474d
- background: $icon-color
-
- &:hover
- background: lighten($icon-color, 10%)
-
- &:active
- background: darken($icon-color, 10%)