webio-node/public/css/main.css

30 lines
346 B
CSS
Raw Normal View History

2017-03-22 05:35:45 +00:00
html,
body,
div#app {
height: 100%;
width: 100%;
}
.login-grid {
2017-04-05 07:10:02 +00:00
height: 100%;
2017-03-22 05:35:45 +00:00
}
2017-04-05 07:10:02 +00:00
2017-03-22 05:35:45 +00:00
.login-column {
2017-04-05 07:10:02 +00:00
max-width: 450px;
2017-03-22 05:35:45 +00:00
}
.clearfix:after {
2017-04-05 07:10:02 +00:00
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
2017-03-22 05:35:45 +00:00
}
2017-04-05 07:10:02 +00:00
2017-03-22 05:35:45 +00:00
.hide-element {
2017-04-05 07:10:02 +00:00
display: 'none' !important;
}
.pointer {
cursor: pointer !important;
2017-03-22 05:35:45 +00:00
}