Skip to content

Commit c7e834c

Browse files
author
Yeliazar
committed
updated alerts
1 parent f128088 commit c7e834c

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

src/pages/Ui/Alerts/Alerts.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.alert-dismissible button.close {
2+
position: absolute !important;
3+
top: 6px;
4+
right: 6px;
5+
z-index: 2;
6+
box-sizing: content-box;
7+
width: 1em;
8+
height: 1em;
9+
border: 0;
10+
background-color: transparent;
11+
}

src/pages/Ui/Alerts/Alerts.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,5 @@ export default {
121121
},
122122
};
123123
</script>
124+
125+
<style src="./Alerts.scss" lang="scss" />

0 commit comments

Comments
 (0)