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/enterprise.css')
-rw-r--r--assets/css/enterprise.css36
1 files changed, 0 insertions, 36 deletions
diff --git a/assets/css/enterprise.css b/assets/css/enterprise.css
index 37dae7ce..abc8e6b9 100644
--- a/assets/css/enterprise.css
+++ b/assets/css/enterprise.css
@@ -36,42 +36,6 @@
overflow: hidden;
zoom: 0.55; }
-.enterprise-menu .menu {
- background: #fbfbfb;
- height: 70px;
- border-bottom: solid 1px #e4e4e4;
- border-top: solid 1px #e4e4e4;
- text-transform: uppercase;
- vertical-align: middle;
- z-index: 5; }
- .enterprise-menu .menu .buttons {
- font-weight: 600;
- margin-top: 23px; }
- .enterprise-menu .menu .buttons a {
- padding-right: 10px;
- color: gray; }
- .enterprise-menu .menu .buttons a:focus {
- text-decoration: none;
- color: black; }
- .enterprise-menu .menu .buttons a:hov .enterprise-menu .menu .buttons a:active {
- text-decoration: none;
- color: black; }
- .enterprise-menu .menu .buttons a:hover {
- text-decoration: none;
- color: black; }
- .enterprise-menu .menu .buttons .btn-primary {
- float: right;
- font-size: 14px;
- padding: 8px 20px;
- margin-left: 20px;
- margin-top: -5px;
- color: white; }
- .enterprise-menu .menu .buttons .btn-primary:hover {
- text-decoration: none;
- color: white; }
- .enterprise-menu .menu .buttons .btn-primary:before {
- background: none; }
-
.what-you-get-section {
background: -webkit-linear-gradient(top, #fff 0, #f6f6f6 150px);
background: linear-gradient(to bottom, #fff 0, #f6f6f6 150px);