suppression du namespace "kna-"

This commit is contained in:
Raphael Goetter 2017-07-31 11:45:22 +02:00
parent 5d48351ef0
commit 6e3d128d8e
10 changed files with 214 additions and 213 deletions

View file

@ -7,7 +7,7 @@
*/
/* buttons */
.#{$kna-namespace}btn {
.btn {
display: inline-block;
}
@ -21,7 +21,7 @@ input,
button,
select,
label,
.#{$kna-namespace}btn {
.btn {
font-family: inherit;
font-size: inherit;
}
@ -78,7 +78,7 @@ textarea:-moz-placeholder {
color: #777;
}
.#{$kna-namespace}btn,
.btn,
input[type="button"],
button {
&:focus {
@ -96,7 +96,7 @@ button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
&.#{$kna-namespace}unstyled {
&.unstyled {
padding: 0;
border: none;
line-height: 1;

View file

@ -4,7 +4,7 @@
/* see https://www.alsacreations.com/article/lire/572-Les-liens-d-evitement.html */
/* styling skip links */
.#{$kna-namespace}skip-links {
.skip-links {
position: absolute;
& a {

View file

@ -3,7 +3,7 @@
/* ----------------------------- */
table,
.#{$kna-namespace}table {
.table {
width: 100%;
max-width: 100%;
table-layout: fixed;
@ -12,12 +12,12 @@ table,
margin-bottom: $medium-value;
}
.#{$kna-namespace}table {
.table {
display: table;
}
#recaptcha_table,
.#{$kna-namespace}table-auto {
.table-auto {
table-layout: auto;
}
@ -30,7 +30,7 @@ th {
/* deco */
table,
.#{$kna-namespace}table {
.table {
border: 1px solid #ccc;
}