summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpublic/assets/stylesheets/app.css30
1 files changed, 18 insertions, 12 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 35ed951..d384dea 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -335,8 +335,7 @@ iframe.embed {
.projectList .room {
width: 30vw;
height: 23vw;
- margin: 1vw;
- border: 1vw solid white;
+ margin: 1vw 1vw 0 1vw;
display:table;
position: relative;
z-index: 1;
@@ -355,6 +354,7 @@ iframe.embed {
height: 100%;
text-align: center;
overflow: hidden;
+ background-color: #ddd;
background-size: cover;
}
.room .images {
@@ -414,15 +414,19 @@ iframe.embed {
vertical-align: middle;
}
-.page label {
- font-weight: 500;
- font-size: 15px;
- color: black;
- padding: 5px;
- text-decoration:none;
- display: inline-block;
- cursor: pointer;
- border: 1px solid transparent;
+.page .projectList label {
+ font-weight: 100;
+ font-size: 12px;
+ color: black;
+ padding: 5px;
+ text-decoration: none;
+ display: inline-block;
+ cursor: pointer;
+ border: 1px solid transparent;
+ text-transform: uppercase;
+ font-family: monospace;
+ line-height: 18px;
+ letter-spacing: 1px;
}
.page .room .holder a:hover {
@@ -431,7 +435,8 @@ iframe.embed {
}
.projectList a:hover label {
- border: 1px solid black;
+ background:black;
+ color:white;
}
@@ -678,6 +683,7 @@ iframe.embed {
.templates-list {
display: inline-block;
width: 100%;
+ margin-bottom: 40px;
}
.templates::-webkit-scrollbar {
width: 5px;