mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:01:43 +00:00
ya que estábamos sassificar el estilo de los formularios
This commit is contained in:
parent
0d703d0d43
commit
8364259342
1 changed files with 6 additions and 7 deletions
|
@ -9,6 +9,11 @@ $magenta: #f206f9;
|
|||
// Redefinir variables de Bootstrap
|
||||
$primary: $magenta;
|
||||
$jumbotron-bg: transparent;
|
||||
$enable-rounded: false;
|
||||
$form-feedback-valid-color: $cyan;
|
||||
$form-feedback-invalid-color: $magenta;
|
||||
$form-feedback-icon-valid-color: $black;
|
||||
$component-active-bg: $magenta;
|
||||
|
||||
@import "bootstrap";
|
||||
|
||||
|
@ -106,13 +111,6 @@ ol.breadcrumb {
|
|||
background-color: transparent;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
&:focus {
|
||||
border-color: transparentize($verde, 0.25);
|
||||
box-shadow: 0 0 0 0.2rem transparentize($verde, 0.75);
|
||||
}
|
||||
}
|
||||
|
||||
.breadcrumb-item,
|
||||
.breadcrumb-item.active,
|
||||
.table,
|
||||
|
@ -175,6 +173,7 @@ ol.breadcrumb {
|
|||
&[type=button] {
|
||||
@extend .btn;
|
||||
@extend .btn-info;
|
||||
@extend .m-0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue