v2.2.1-rc
This commit is contained in:
@ -34,5 +34,7 @@
|
||||
}
|
||||
.content>.button {
|
||||
width: 100%;
|
||||
color: $blanco;
|
||||
background-color: $gris_standard;
|
||||
}
|
||||
}
|
||||
|
@ -55,7 +55,7 @@
|
||||
}
|
||||
.button {
|
||||
width: 100%;
|
||||
background-color: #666667;
|
||||
background-color: $gris_standard;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
.button {
|
||||
width: 100%;
|
||||
background-color: #666667;
|
||||
background-color: $gris_standard;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
@ -55,7 +55,7 @@
|
||||
}
|
||||
.button {
|
||||
width: 100%;
|
||||
background-color: #666667;
|
||||
background-color: $gris_standard;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
@ -63,6 +63,8 @@
|
||||
}
|
||||
.button {
|
||||
width: 100%;
|
||||
color: $blanco;
|
||||
background-color: $gris_standard;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user