mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
IMPR: Offline messaging
This commit is contained in:
parent
45c8942770
commit
df000626f8
@ -383,3 +383,12 @@ textarea,
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.alert-offline {
|
||||
display: none;
|
||||
}
|
||||
body.is-offline {
|
||||
.alert-offline {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user