Update styles and fix hover border behavior
Added a border-radius reset for `.md-top` and adjusted button hover styles to ensure consistent border color behavior. Minor font adjustments in the related HTML file were also included.
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -204,6 +204,9 @@ a.headerlink{
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.md-top{
|
||||
border-radius: 0;
|
||||
}
|
||||
// Buttons im CI-Design
|
||||
.md-button {
|
||||
|
||||
@@ -218,7 +221,7 @@ a.headerlink{
|
||||
@include transition;
|
||||
|
||||
&:hover{
|
||||
border-color: var(--md-primary-fg-color) !important;
|
||||
border-color: #8a44bd !important;
|
||||
transform: translateY(8px);
|
||||
@include transition;
|
||||
}
|
||||
@@ -282,7 +285,7 @@ a.headerlink{
|
||||
|
||||
&:hover {
|
||||
background-color: var(--md-primary-fg-color--light);
|
||||
border-color: var(--md-primary-fg-color--light);
|
||||
border-color: var(--md-primary-fg-color--light) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,17 +16,18 @@
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
|
||||
//@include ohne-balken;
|
||||
|
||||
h1{
|
||||
font-size: 5rem;
|
||||
margin-bottom: 1.75rem;
|
||||
text-align: left;
|
||||
line-height: 100%;
|
||||
line-height: 114%;
|
||||
&:after{
|
||||
height: 12px;
|
||||
width: 85px;
|
||||
margin-top: 1.5rem;
|
||||
margin-top: 1‚rem;
|
||||
margin-bottom: -0.2rem;
|
||||
}
|
||||
}
|
||||
@@ -64,19 +65,25 @@
|
||||
|
||||
h2{
|
||||
padding-bottom: 1rem;
|
||||
font-size: 2.5rem;
|
||||
line-height: 3rem;
|
||||
max-width: 61rem;
|
||||
text-align: left;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@include ohne-balken;
|
||||
//@include ohne-balken;
|
||||
|
||||
text-align: center;
|
||||
.satag--home-companies-logo-container{
|
||||
display: flex;
|
||||
max-width: 75%;
|
||||
max-width: 61rem;
|
||||
margin: 0 auto;
|
||||
.satag--home-companies-logo{
|
||||
flex: auto;
|
||||
img{
|
||||
width: 80%;
|
||||
float:left;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -113,4 +120,17 @@
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
body{
|
||||
&.home{
|
||||
background-image: url(../assets/images/home/bg.jpg);
|
||||
background-size: 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: top;
|
||||
}
|
||||
.md-header, .md-tabs {
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user