Skip to content

Commit

Permalink
save new css in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ofilangi committed Nov 16, 2023
1 parent 91cdd0d commit 4284bb4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/p2m2.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 4284bb4

Please sign in to comment.