|
- div.parent {
- display: table;
- width: 100%;
- height: 100vh;
- opacity: 0.95;
- background: url('../../assets/img/bg/bg-settings.jpg') no-repeat center center fixed;
- background-size: cover;
- }
-
-
- .settings {
- max-width: 800px;
- text-align: center;
- vertical-align: middle;
- padding: 20px;
- box-shadow: 0 0 6px black;
- border-radius: 5px;
- background-color: white;
- margin: 10% auto 100px;
- }
-
- div.vertical-spacer {
- height:1px;
- margin-bottom: 30px;
- }
-
- div.admin-panel {
- position:relative;
- height: 100px;
- text-align: center;
- margin-top: 10px;
- margin-bottom: 20px;
- padding-top: 50px;
- box-shadow: rgb(0 0 0 / 2%) 0px 1px 3px 0px, rgb(175 175 175 / 15%) 0px 0px 0px 1px
- }
-
- div.admin-panel.dangerous {
- margin-top: 30px;
- border-radius: 0px 0px 50px 50px;
- background-color: #ffeeee;
- }
-
- span.spacer{
- display: inline-block;
- width: 30px;
- }
-
- div.admin-label{
- position: absolute;
- left: 0px;
- top: 0px;
- background-color: #dadada4a;
- width: 100%;
- box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
- }
|