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.scss')
-rw-r--r--assets/css/enterprise.scss55
1 files changed, 0 insertions, 55 deletions
diff --git a/assets/css/enterprise.scss b/assets/css/enterprise.scss
index 098fbbe7..94cee7cf 100644
--- a/assets/css/enterprise.scss
+++ b/assets/css/enterprise.scss
@@ -39,61 +39,6 @@
}
}
-.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;
-
- .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;
- }
- }
- }
- }
-}
-
.what-you-get-section {
background: -webkit-linear-gradient(top, #fff 0, #f6f6f6 150px);
background: linear-gradient(to bottom, #fff 0, #f6f6f6 150px);