Save
This commit is contained in:
@@ -50,6 +50,25 @@
|
||||
|
||||
body.page-id-2598 {
|
||||
main {
|
||||
section#hero_box {
|
||||
max-height: unset;
|
||||
height: auto;
|
||||
|
||||
.hero-wrapper.wrapper--inner {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.wpcf7-select {
|
||||
width: 100%;
|
||||
background-color: #121e23;
|
||||
color: #fff;
|
||||
font-size: 1.4rem;
|
||||
padding: 5px 15px;
|
||||
border: 1px solid #fff;
|
||||
border-radius: 7px;
|
||||
}
|
||||
}
|
||||
|
||||
section#korzysci {
|
||||
.boxes.simple-cards {
|
||||
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
|
||||
@@ -195,7 +214,9 @@ body.page-id-2598 {
|
||||
padding: 10px 14px;
|
||||
cursor: pointer;
|
||||
background: #fff;
|
||||
transition: border-color 0.2s, box-shadow 0.2s;
|
||||
transition:
|
||||
border-color 0.2s,
|
||||
box-shadow 0.2s;
|
||||
|
||||
&:hover {
|
||||
border-color: #6d9338;
|
||||
@@ -271,7 +292,9 @@ body.page-id-2598 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
transition: background 0.2s, color 0.2s;
|
||||
transition:
|
||||
background 0.2s,
|
||||
color 0.2s;
|
||||
line-height: 1;
|
||||
|
||||
&:hover {
|
||||
@@ -312,7 +335,9 @@ body.page-id-2598 {
|
||||
font-size: 14px;
|
||||
color: #333;
|
||||
cursor: pointer;
|
||||
transition: background 0.15s, color 0.15s;
|
||||
transition:
|
||||
background 0.15s,
|
||||
color 0.15s;
|
||||
|
||||
&.empty {
|
||||
cursor: default;
|
||||
|
||||
Reference in New Issue
Block a user