1
0
mirror of https://github.com/fazo96/markcloud.git synced 2025-02-03 14:54:18 +01:00
markcloud/client/style.less
2014-10-06 12:50:24 +02:00

59 lines
608 B
Plaintext

// Body
.container {
max-width: 40em;
}
.close {
margin-top: -20px;
}
// Loading and spinner
#spinner {
position: fixed;
right: 1em;
top: 1em;
}
#loading {
margin-top: 2em;
}
.notification-area {
margin-top: 1em;
}
// Editor
#title {
margin-bottom: 1em;
}
#editor {
margin-top: 1em;
}
#upload {
margin-top: 1em;
}
// Viewer
#tools {
margin-top: 0.5em;
margin-bottom: 1em;
}
#src {
margin-top: 1em;
}
// Sign up
#signup-container, #signin-container {
#mail { margin-top: 2em; }
#pw {
margin-top: 1em;
margin-bottom: 1em;
}
.btn {
margin-top: 1em;
}
}