comparison mod_http_oauth2/html/style.css @ 5625:e86a1018cdb3

mod_http_oauth2: Present errors in HTML <dialog> Nice semantic things that don't require JavaScript
author Kim Alvefur <zash@zash.se>
date Mon, 31 Jul 2023 02:07:24 +0200
parents 6109496a7ccc
children 3a5cf8d80089
comparison
equal deleted inserted replaced
5624:6109496a7ccc 5625:e86a1018cdb3
19 font-size:large; 19 font-size:large;
20 } 20 }
21 21
22 .error 22 .error
23 { 23 {
24 margin: 0.75em; 24 margin: 0.75em auto;
25 background-color: #f8d7da; 25 background-color: #f8d7da;
26 color: #842029; 26 color: #842029;
27 border: solid 1px #f5c2c7; 27 border: solid 1px #f5c2c7;
28 } 28 }
29 29