diff options
| author | Kumar Priyansh <[email protected]> | 2019-12-27 01:58:04 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-12-27 01:58:04 +0530 |
| commit | 43d98b9e13a225e6470be0f13d9cf3a6f1f436fb (patch) | |
| tree | 6c33c8029ab8da5a7ef8842113f4bf05a8596c79 | |
| parent | ced7f635735ed5e8e3ee3f997943f8c11615fea4 (diff) | |
| download | nativekit-43d98b9e13a225e6470be0f13d9cf3a6f1f436fb.tar.xz nativekit-43d98b9e13a225e6470be0f13d9cf3a6f1f436fb.zip | |
Added box layout
| -rw-r--r-- | dist/mac/css/all.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dist/mac/css/all.css b/dist/mac/css/all.css index d752a9d..3639bc5 100644 --- a/dist/mac/css/all.css +++ b/dist/mac/css/all.css @@ -1046,6 +1046,25 @@ h6 { margin: 3px 0px 3px 0px; } +/* Box Layout */ + +.box-layout { + background-color: #E3E3E3; + width: 90%; + margin: 10px auto; + padding: 10px 15px 10px 15px; + border: solid 1px #D4D4D4; + border-radius: 4px; +} + +.boxed { + + /* For adding to content only */ + + background-color: #ECECEC; + +} + /* Context Menu - Future Planned */ /* .context-menu { |
