storj.io/minio@v0.0.0-20230509071714-0cbc90f649b1/browser/app/less/inc/ie-warning.less (about) 1 .ie-warning { 2 background-color: #ff5252; 3 width: 100%; 4 height: 100%; 5 position: fixed; 6 left: 0; 7 top: 0; 8 text-align: center; 9 10 &:before { 11 width: 1px; 12 content: ''; 13 height: 100%; 14 } 15 16 &:before, 17 .iw-inner { 18 display: inline-block; 19 vertical-align: middle; 20 } 21 } 22 23 .iw-inner { 24 width: 470px; 25 height: 300px; 26 background-color: @white; 27 border-radius: 5px; 28 padding: 40px; 29 position: relative; 30 31 ul { 32 list-style: none; 33 padding: 0; 34 margin: 0; 35 width: 230px; 36 margin-left: 80px; 37 margin-top: 16px; 38 39 & > li { 40 float: left; 41 42 & > a { 43 display: block; 44 padding: 10px 15px 7px; 45 font-size: 14px; 46 margin: 0 1px; 47 border-radius: 3px; 48 49 &:hover { 50 background: #eee; 51 } 52 53 img { 54 height: 40px; 55 margin-bottom: 5px; 56 } 57 } 58 } 59 } 60 } 61 62 .iwi-icon { 63 color: #ff5252; 64 font-size: 40px; 65 display: block; 66 line-height: 100%; 67 margin-bottom: 15px; 68 } 69 70 .iwi-skip { 71 position: absolute; 72 left: 0; 73 bottom: -35px; 74 width: 100%; 75 color: rgba(255, 255, 255, 0.6); 76 cursor: pointer; 77 78 &:hover { 79 color: @white; 80 } 81 }