7 lines
74 B
Text
7 lines
74 B
Text
|
// css hacks
|
||
|
|
||
|
:root .alert-message, :root .btn {
|
||
|
border-radius: 0 \0;
|
||
|
}
|
||
|
|