From 4284bb4b6e3ad6d26ee18de3383a3a8d4fd33d15 Mon Sep 17 00:00:00 2001 From: Olivier Filangi Date: Thu, 16 Nov 2023 17:04:47 +0100 Subject: [PATCH] save new css in docs --- docs/p2m2.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/p2m2.css b/docs/p2m2.css index 29db0e9..cebe325 100644 --- a/docs/p2m2.css +++ b/docs/p2m2.css @@ -29,4 +29,30 @@ textarea { } .results th, .results td { background-color: #96D4D4; +} + +.btn{ + display: inline-block; + padding: 6px 12px; + margin-bottom: 0; + font-size: 14px; + font-weight: 400; + line-height: 1.42857143; + text-align: center; + white-space: nowrap; + vertical-align: middle; + -ms-touch-action: manipulation; + touch-action: manipulation; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background-image: none; + border: 1px solid transparent; + border-radius: 4px; + text-decoration: none; + + color: #333; + background-color: #fff; + border-color: #ccc; } \ No newline at end of file