1
0
mirror of https://github.com/fazo96/markcloud.git synced 2025-01-10 11:04:21 +01:00
markcloud/client/style.less

83 lines
872 B
Plaintext
Raw Normal View History

// Body
2014-10-04 10:11:08 +02:00
.container {
2014-10-07 10:56:22 +02:00
max-width: 40em;
2014-10-07 10:21:07 +02:00
margin-bottom: 1.5em;
2014-10-04 10:11:08 +02:00
}
.close {
margin-top: -20px;
}
// Loading and spinner
2014-10-04 10:34:13 +02:00
#spinner {
position: fixed;
right: 1em;
top: 1em;
}
#loading {
margin-top: 2em;
}
2014-10-06 12:50:24 +02:00
.notification-area {
margin-top: 1em;
}
// Home
#new, #btns {
margin-top: 1em;
}
// Editor
2014-10-06 08:42:31 +02:00
#title {
margin-bottom: 1em;
}
#editor {
margin-top: 1em;
2014-10-08 21:21:12 +02:00
margin-bottom: 1em;
2014-10-04 10:11:08 +02:00
}
2014-10-06 10:28:05 +02:00
// Viewer
#tools {
2014-10-06 12:50:24 +02:00
margin-top: 0.5em;
2014-10-06 10:28:05 +02:00
margin-bottom: 1em;
}
2014-10-06 12:50:24 +02:00
#src {
margin-top: 1em;
}
// Sign up and Sign in
#signup-container, #signin-container {
#mail { margin-top: 2em; margin-bottom: 1em }
#pw {
margin-top: 1em;
}
.btn {
margin-top: 1em;
}
}
#signup-container {
#pw {
margin-bottom: 1em;
}
}
// Profile
#profile-tools {
margin-top: 1em;
margin-bottom: 1em;
2014-10-08 21:38:32 +02:00
a {
margin-bottom: 1em;
}
}
2014-10-07 10:21:07 +02:00
.label {
margin-top: 2px;
}