fix: small layout issues
This commit is contained in:
+8
-1
@@ -885,7 +885,7 @@ input[type="text"].short {
|
||||
input[type="submit"],
|
||||
input[type="button"],
|
||||
button.button {
|
||||
padding: 12px 30px;
|
||||
padding: 15px 30px;
|
||||
font-size: 16px;
|
||||
background-color: var(--main-color);
|
||||
color: #fff;
|
||||
@@ -896,6 +896,12 @@ button.button {
|
||||
border: 2px solid var(--main-color);
|
||||
}
|
||||
|
||||
input[type="submit"].thin,
|
||||
input[type="button"].thin,
|
||||
button.button.thin {
|
||||
padding: 13px 30px;
|
||||
}
|
||||
|
||||
input[type="button"].secondary-button,
|
||||
button.button.secondary-button {
|
||||
background-color: #FFFFFF;
|
||||
@@ -1146,6 +1152,7 @@ input[type="text"]:disabled {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.icon-preview:after {
|
||||
|
||||
Reference in New Issue
Block a user