mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Brought over .common from nutty.gg premium
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<template id="poll-response-template">
|
||||
<div class="response-container" data-theme="dark-text">
|
||||
<!-- Number circle -->
|
||||
<div class="response-index">1</div>
|
||||
|
||||
<!-- Content -->
|
||||
<div class="response-except-just-the-shit-on-the-right-side">
|
||||
<!-- Response bar -->
|
||||
<div class="response-bar-track">
|
||||
<div class="response-title"></div>
|
||||
<div class="response-votes"><span class="response-vote-percentage">0</span>% (<span class="response-vote-count"></span>)</div>
|
||||
<div class="response-bar-fill" id="response-bar-total"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user