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-09-09 08:16:22 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-09-09 08:16:22 +0300
commit59ff973ef40d0f1cdce9dce2541fbbc79a9ed28d (patch)
tree8aad5e940ce98e7ca09cfcf88719616bbda2b52a /assets/css/modules/header.scss
parent7f8569b0a099c8bdd1420e21fab00c31e665f2f6 (diff)
make button big and fix mouse-over effects
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'assets/css/modules/header.scss')
-rw-r--r--assets/css/modules/header.scss21
1 files changed, 15 insertions, 6 deletions
diff --git a/assets/css/modules/header.scss b/assets/css/modules/header.scss
index ea12315a..9ebdde25 100644
--- a/assets/css/modules/header.scss
+++ b/assets/css/modules/header.scss
@@ -485,12 +485,21 @@ nav a {
&.top-navbar-svg {
padding-left:20px;
}
- &.button {
- color: $nextcloud-blue;
- padding-top: 7px;
- margin: 0;
- &:hover {
- color: white;
+ @media (min-width: 993px) {
+ &.button {
+ color: $nextcloud-blue;
+ padding-top: 12px;
+ margin: -10px 0 -10px 0;
+ z-index: -1;
+ opacity: 1 !important;
+ font-weight: 400;
+ /* border: 1px solid white; */
+ &:hover {
+ color: white;
+ background-color: $nextcloud-blue;
+ z-index: -1;
+ opacity: 1 !important;
+ }
}
}
}