1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 12:50:03 +04:00

btn-close fix

This commit is contained in:
codecalm
2020-10-29 23:40:38 +01:00
parent e99982daf9
commit 32f8e8be1d
4 changed files with 4 additions and 6 deletions
+1 -3
View File
@@ -1,3 +1 @@
<button type="button" class="btn-close" data-dismiss="modal" aria-label="Close">
{% include ui/icon.html icon="x" %}
</button>
<button type="button" class="btn-close" data-dismiss="modal" aria-label="Close"></button>
+1 -1
View File
@@ -60,7 +60,7 @@
.markdown,
.markdown>*,
.close {
.btn-close {
color: inherit;
}
+1 -1
View File
@@ -1,4 +1,4 @@
.close {
.btn-close {
&:focus {
outline: none;
color: $dark;
+1 -1
View File
@@ -1,5 +1,5 @@
.modal-content {
.close {
.btn-close {
position: absolute;
top: 0;
right: 0;