removed border-radius
This commit is contained in:
parent
a8b37349fd
commit
d854058236
1 changed files with 3 additions and 3 deletions
|
@ -48,13 +48,13 @@ h2 {
|
||||||
/* Title Input */
|
/* Title Input */
|
||||||
|
|
||||||
.__title {
|
.__title {
|
||||||
|
border: var(--border-shorthand);
|
||||||
|
border-bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.__title input {
|
.__title input {
|
||||||
border: var(--border-shorthand);
|
border: none;
|
||||||
border-bottom: 0;
|
|
||||||
border-radius: 0.188rem 0.188rem 0 0;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: var(--unit-one) var(--unit-two);
|
padding: var(--unit-one) var(--unit-two);
|
||||||
font-size: var(--font-size-button);
|
font-size: var(--font-size-button);
|
||||||
|
|
Loading…
Reference in a new issue