mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-15 09:31:33 +01:00
26
Source/assets/css/alert.css
Normal file
26
Source/assets/css/alert.css
Normal file
@@ -0,0 +1,26 @@
|
||||
.myAlert-top{
|
||||
position: fixed;
|
||||
top: 5px;
|
||||
left:2%;
|
||||
width: 96%;
|
||||
}
|
||||
|
||||
.myAlert-bottom{
|
||||
position: fixed;
|
||||
bottom: 5px;
|
||||
left:2%;
|
||||
width: 96%;
|
||||
}
|
||||
|
||||
div.fullscreen {
|
||||
position: absolute;
|
||||
width:100%;
|
||||
height:960px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-color: lightblue;
|
||||
}
|
||||
|
||||
.alert{
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user