github.com/darmach/terratest@v0.34.8-0.20210517103231-80931f95e3ff/docs/assets/css/utilities.scss (about) 1 .text-red { 2 color: #f44336; 3 } 4 5 .text-pink { 6 color: #e91e63; 7 } 8 9 .text-purple { 10 color: #9c27b0; 11 } 12 13 .text-deep-purple { 14 color: #673ab7; 15 } 16 17 .text-indigo { 18 color: #3f51b5; 19 } 20 21 .text-blue { 22 color: #2196f3; 23 } 24 25 .text-light-blue { 26 color: #03a9f4; 27 } 28 29 .text-cyan { 30 color: #00bcd4; 31 } 32 33 .text-teal { 34 color: #009688; 35 } 36 37 .text-green { 38 color: #4caf50; 39 } 40 41 .text-light-green { 42 color: #8bc34a; 43 } 44 45 .text-lime { 46 color: #cddc39; 47 } 48 49 .text-yellow { 50 color: #ffeb3b; 51 } 52 53 .text-amber { 54 color: #ffc107; 55 } 56 57 .text-orange { 58 color: #ff9800; 59 } 60 61 .text-deep-orange { 62 color: #ff5722; 63 } 64 65 .text-brown { 66 color: #795548; 67 } 68 69 .text-gray { 70 color: #545454; 71 } 72 73 .text-default { 74 color: #1e252f; 75 76 > a { 77 color: #1e252f; 78 79 &:hover, &:focus { 80 color: #1e252f; 81 } 82 } 83 } 84 85 .text-white, .link-white, .text-white > a, .link-white > a { 86 color: #fff; 87 } 88 89 a { 90 &.text-white, &.link-white { 91 color: #fff; 92 } 93 } 94 95 .text-white:hover, .link-white:hover, .text-white > a:hover, .link-white > a:hover { 96 color: #fff; 97 } 98 99 a { 100 &.text-white:hover, &.link-white:hover { 101 color: #fff; 102 } 103 } 104 105 .text-white:focus, .link-white:focus, .text-white > a:focus, .link-white > a:focus { 106 color: #fff; 107 } 108 109 a { 110 &.text-white:focus, &.link-white:focus { 111 color: #fff; 112 } 113 } 114 115 .link-muted { 116 color: rgba(10, 12, 16, 0.6); 117 118 > a { 119 color: rgba(10, 12, 16, 0.6); 120 } 121 } 122 123 .text-muted > a, a.text-muted { 124 color: rgba(10, 12, 16, 0.6); 125 } 126 127 .link-muted { 128 &:hover, > a:hover { 129 color: rgba(30, 37, 47, 0.6); 130 } 131 } 132 133 .text-muted > a:hover, a.text-muted:hover { 134 color: rgba(30, 37, 47, 0.6); 135 } 136 137 .link-muted { 138 &:focus, > a:focus { 139 color: rgba(30, 37, 47, 0.6); 140 } 141 } 142 143 .text-muted > a:focus, a.text-muted:focus { 144 color: rgba(30, 37, 47, 0.6); 145 } 146 147 @media (max-width: 992px) { 148 .text-sm-center { 149 text-align: center; 150 } 151 } 152 153 body { 154 -webkit-font-smoothing: antialiased; 155 -moz-osx-font-smoothing: grayscale; 156 font-weight: 400; 157 } 158 159 .text-normal { 160 font-weight: 400; 161 } 162 163 .text-bold { 164 font-weight: 700; 165 } 166 167 .text-lg { 168 font-size: 20px; 169 } 170 171 .big { 172 font-size: 115%; 173 } 174 175 .link-decoration-none { 176 text-decoration: none; 177 178 &:hover, &:focus { 179 text-decoration: none; 180 } 181 } 182 183 h1 a { 184 color: inherit; 185 text-decoration: none; 186 187 &:focus, &:hover { 188 color: inherit; 189 text-decoration: none; 190 } 191 } 192 193 h2 a { 194 color: inherit; 195 text-decoration: none; 196 197 &:focus, &:hover { 198 color: inherit; 199 text-decoration: none; 200 } 201 } 202 203 h3 a { 204 color: inherit; 205 text-decoration: none; 206 207 &:focus, &:hover { 208 color: inherit; 209 text-decoration: none; 210 } 211 } 212 213 h4 a { 214 color: inherit; 215 text-decoration: none; 216 217 &:focus, &:hover { 218 color: inherit; 219 text-decoration: none; 220 } 221 } 222 223 h5 a { 224 color: inherit; 225 text-decoration: none; 226 227 &:focus, &:hover { 228 color: inherit; 229 text-decoration: none; 230 } 231 } 232 233 h6 a { 234 color: inherit; 235 text-decoration: none; 236 237 &:focus, &:hover { 238 color: inherit; 239 text-decoration: none; 240 } 241 } 242 243 .text-tiny { 244 font-size: 12px; 245 } 246 247 .text-large { 248 font-size: 22px; 249 line-height: 1.33; 250 } 251 252 253 .margin-top-lg { 254 margin-top: 30px; 255 } 256 257 .margin-top-xlg { 258 margin-top: 50px; 259 } 260 261 .margin-top-none { 262 margin-top: 0 !important; 263 } 264 265 .margin-bottom-none { 266 margin-bottom: 0 !important; 267 } 268 269 .padding-top-none { 270 padding-top: 0 !important; 271 } 272 273 .padding-bottom-none { 274 padding-bottom: 0 !important; 275 } 276 277 .page-header { 278 padding-bottom: 21.6px; 279 margin: 60px 0 45px; 280 281 &.page-header-sm { 282 margin: 40.5px 0 21.6px; 283 padding-bottom: 10.8px; 284 } 285 } 286 287 .header, .main { 288 background-color: transparent; 289 } 290 291 .pull-none { 292 float: none; 293 } 294 295 .container .container { 296 width: 100%; 297 } 298 299 .row img { 300 max-width: 100%; 301 } 302 303 .icon-flipped { 304 transform: scaleX(-1); 305 -moz-transform: scaleX(-1); 306 -webkit-transform: scaleX(-1); 307 -ms-transform: scaleX(-1); 308 } 309 310 .d-inline-block { 311 display: inline-block; 312 } 313 314 .flex { 315 display: -webkit-flex; 316 display: -moz-flex; 317 display: -ms-flex; 318 display: -o-flex; 319 display: flex; 320 } 321 322 .flex-column { 323 -webkit-flex-direction: column; 324 -ms-flex-direction: column; 325 flex-direction: column; 326 } 327 328 .flex-middle { 329 -webkit-justify-content: center; 330 justify-content: center; 331 } 332 333 .flex-full { 334 -webkit-flex: 1 1 auto; 335 -ms-flex: 1 1 auto; 336 flex: 1 1 auto; 337 } 338 339 .flex-1 { 340 -webkit-flex: 1; 341 -ms-flex: 1; 342 flex: 1; 343 } 344 345 .underline { 346 text-decoration: underline; 347 } 348 349 .nowrap-white-space { 350 white-space: nowrap; 351 }