mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-02 19:44:18 +00:00
Improve button styling and paragraph width.
This commit is contained in:
parent
faef71d812
commit
52c601965b
1 changed files with 7 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
}
|
||||
|
||||
.feat-onboard-description {
|
||||
max-width: 30em;
|
||||
max-width: 35em;
|
||||
margin: 0 auto 5px;
|
||||
}
|
||||
|
||||
|
@ -66,4 +66,10 @@
|
|||
&[disabled] {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
&:focus,
|
||||
&:active:focus {
|
||||
outline: 0;
|
||||
box-shadow: 0 0 70px 0 rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue