suppression du namespace "kna-"
This commit is contained in:
parent
5d48351ef0
commit
6e3d128d8e
10 changed files with 214 additions and 213 deletions
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue