mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
mobile fixes
This commit is contained in:
parent
69ecf6757a
commit
b23c0d128e
@ -3,10 +3,14 @@
|
|||||||
.form {
|
.form {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: $brand-white;
|
background: $brand-white;
|
||||||
padding: $spacer;
|
padding: $spacer / 1.5;
|
||||||
border: 1px solid $brand-grey-lighter;
|
border: 1px solid $brand-grey-lighter;
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
|
|
||||||
|
@media (min-width: $break-point--small) {
|
||||||
|
padding: $spacer;
|
||||||
|
}
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -7,6 +7,11 @@
|
|||||||
|
|
||||||
.title {
|
.title {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
font-size: $font-size-h2;
|
||||||
|
|
||||||
|
@media (min-width: $break-point--small) {
|
||||||
|
font-size: $font-size-h1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.description {
|
.description {
|
||||||
@ -15,6 +20,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.titleReverse {
|
.titleReverse {
|
||||||
|
composes: title;
|
||||||
color: $brand-grey-light;
|
color: $brand-grey-light;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
|
Loading…
Reference in New Issue
Block a user