mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
Improve button styling and paragraph width.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user