12 lines
154 B
Plaintext
12 lines
154 B
Plaintext
@import './reset';
|
|
|
|
body, html {
|
|
height: 100%;
|
|
}
|
|
|
|
#render-view {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #F0F0F0;
|
|
position: relative;
|
|
} |