1
0
mirror of synced 2025-01-11 20:42:11 +01:00
2018-03-26 23:14:23 +01:00

23 lines
324 B
CSS
Executable File

/**
* Alert styles
*
* @author n1474335 [n1474335@gmail.com]
* @copyright Crown Copyright 2017
* @license Apache-2.0
*/
#alert {
position: fixed;
width: 30%;
margin: 30px auto;
top: 10px;
left: 0;
right: 0;
z-index: 2000;
display: none;
}
#alert a {
text-decoration: underline;
}