Index: community/css/override.css =================================================================== diff -u -r6bb20727002521d3b5dca695f588acbf804e8ab3 -r5ad81cfbdfb6006412e02dbbad716a40563d9708 --- community/css/override.css (.../override.css) (revision 6bb20727002521d3b5dca695f588acbf804e8ab3) +++ community/css/override.css (.../override.css) (revision 5ad81cfbdfb6006412e02dbbad716a40563d9708) @@ -2161,3 +2161,33 @@ grid-template-columns:repeat(1,1fr) } } + +.btn[data-v-d786200a] { + display: inline-block; + margin-bottom: 0; + font-weight: 300; + text-align: center; + vertical-align: middle; + cursor: pointer; + background-image: none; + border: 1px solid transparent; + white-space: nowrap; + padding: 4px 12px; + font-size: 13px; + line-height: 20px; + border-radius: 1px; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; +} +.btn-white[data-v-d786200a] { + background: none; + border: 2px solid #fff; + border-radius: 2px; +} + +.content-section .btn[data-v-d786200a] { + color: #fff; + align-self: end; + margin-right: 10px; +} Index: community/html/license/content-container.html =================================================================== diff -u -re0f99bab76b171b6d50ab358b89fd8e18ec9d24d -r5ad81cfbdfb6006412e02dbbad716a40563d9708 --- community/html/license/content-container.html (.../content-container.html) (revision e0f99bab76b171b6d50ab358b89fd8e18ec9d24d) +++ community/html/license/content-container.html (.../content-container.html) (revision 5ad81cfbdfb6006412e02dbbad716a40563d9708) @@ -62,7 +62,7 @@ SPDX short identifier: MIT

- +