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:
Diffstat (limited to 'assets/css/custom.scss')
-rw-r--r--assets/css/custom.scss59
1 files changed, 59 insertions, 0 deletions
diff --git a/assets/css/custom.scss b/assets/css/custom.scss
index c2a70cd0..bccbbf06 100644
--- a/assets/css/custom.scss
+++ b/assets/css/custom.scss
@@ -404,6 +404,65 @@ li {
}
+/* second header like on enterprise pages */
+.second-menu {
+/* Hide on mobile */
+ .menu {
+ @media (max-width: $break-big) {
+ display: none;
+ }
+ background: #fbfbfb;
+ height: 70px;
+ border-bottom: solid 1px #e4e4e4;
+ border-top: solid 1px #e4e4e4;
+ text-transform: uppercase;
+ vertical-align: middle;
+ z-index: 5;
+ .buttons {
+ font-weight: 600;
+ margin-top: 23px;
+ a {
+ padding-right: 10px;
+ color: gray;
+
+ &:focus {
+ text-decoration: none;
+ color: black;
+ }
+
+ &:hov &:active {
+ text-decoration: none;
+ color: black;
+ }
+
+ &:hover {
+ text-decoration: none;
+ color: black;
+ }
+ }
+
+ .btn-primary {
+ float: right;
+ font-size: 14px;
+ padding: 8px 20px;
+ margin-left: 20px;
+ margin-top: -5px;
+ color: white;
+
+ &:hover {
+ text-decoration: none;
+ color: white;
+ }
+
+ &:before {
+ background: none;
+ }
+ }
+ }
+ }
+}
+
+
/* typical background images (hero section) like enterprise, security */
.background {
padding-bottom: 0;