source: imaps-frontend/node_modules/copy-to-clipboard/example/example.css@ d565449

main
Last change on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 509 bytes
Line 
1html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl,
2dt, dd, blockquote, address {
3 margin: 0;
4 padding: 0;
5}
6
7* {
8 box-sizing: border-box;
9}
10.container {
11 overflow: hidden;
12}
13.half:first-child {
14 padding-left: 20px;
15}
16.half:last-child {
17 padding-right: 20px;
18}
19@media screen and (max-width: 568px) {
20 .half {
21 width: 100% !important;
22 padding-left: 20px;
23 padding-right: 20px;
24 }
25}
26
27.half {
28 width: 50%;
29 float: left;
30 padding: 10px;
31}
32.code {
33 font-size: 18px;
34 min-height: 150px;
35}
Note: See TracBrowser for help on using the repository browser.