Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2020-07-18 11:14:04 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-07-18 11:14:04 +0300
commitb24618ba52797c130bdf12ee7963ebfef0a19f75 (patch)
tree254e0826136f5b26c6da399bfd1c8fe3b150b6b0 /assets/css/modules/header.scss
parentb617c9e0db793d671622f4e198d152416a58e244 (diff)
add button to header
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'assets/css/modules/header.scss')
-rw-r--r--assets/css/modules/header.scss57
1 files changed, 57 insertions, 0 deletions
diff --git a/assets/css/modules/header.scss b/assets/css/modules/header.scss
index 1b538e01..9c70448d 100644
--- a/assets/css/modules/header.scss
+++ b/assets/css/modules/header.scss
@@ -993,6 +993,63 @@ nav a {
}
/**
+* insiders vote button
+*/
+
+.nav {
+ .container {
+ .storage-insider {
+ background-color: #0082c9;
+ position: absolute;
+ background: #0082c9;
+ border-radius: 0 0 5px 5px;
+ top: -20px;
+ left: 100px;
+ width: 170px;
+ height: 40px;
+ padding-top: 10px;
+ z-index: 999;
+ &:hover {
+ text-decoration: none;
+ box-shadow: 0px 0px 5px 1px white ;
+ }
+ .si-icon {
+ background-color: #fefefe;
+ display: block;
+ width: 40px;
+ position: absolute;
+ left: 0;
+ bottom: 0;
+ top: 0;
+ border-radius: 0 0 0 5px;
+ color: #fff;
+ font-size: 1em;
+ i.fa {
+ font-size: 2em;
+ color: #0082c9;
+ padding: 5px 3px 0 7px ;
+ }
+ }
+ .si-title {
+ font-size: 13px;
+ font-weight: 700;
+ margin-bottom: 3px;
+ padding-left: 48px;
+ line-height: 7px;
+ display: block;
+ color: #fff;
+ }
+ .si-par {
+ font-size: 11px;
+ padding-left: 48px;
+ display: block;
+ color: #fff;
+ }
+ }
+ }
+}
+
+/**
*Changed default media querys for navigation in bootstrap
*/
@media (max-width: 1200px) {