major: core 0.16
This commit is contained in:
@ -67,7 +67,7 @@
|
||||
}
|
||||
|
||||
solid-form-text-label,
|
||||
hubl-input-type-password,
|
||||
solid-form-password,
|
||||
hubl-input-type-email {
|
||||
color: #5D7393;
|
||||
}
|
||||
@ -76,7 +76,7 @@
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
[type="submit"] {
|
||||
float: initial !important;
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
.search-form {
|
||||
input[type="submit"] {
|
||||
[type="submit"] {
|
||||
margin-bottom: 20px;
|
||||
@media (min-width: 768.01px) {
|
||||
margin-bottom: 0;
|
||||
|
@ -106,8 +106,10 @@ hubl-create-contact {
|
||||
/* Fix on Join button in admin (circles + projects) */
|
||||
/* Styles on buttons and .children-link don't work because this input is inside too many elements. */
|
||||
/* And no I can't add that stupid icon because it'a an input. */
|
||||
/* But now, with 0.16, it's a button and you can :D */
|
||||
.join-button {
|
||||
input {
|
||||
input,
|
||||
button {
|
||||
padding: 9px 20px;
|
||||
border-radius: 16.5px;
|
||||
height: 33px;
|
||||
|
Reference in New Issue
Block a user