Skip to content

Instantly share code, notes, and snippets.

<template>
<div class="flex items-center justify-between border-t border-gray-200 bg-white px-4 py-3 sm:px-6">
<div class="flex flex-1 justify-between sm:hidden">
<a href="#" class="relative inline-flex items-center rounded-md border border-gray-300 bg-white px-4 py-2 text-sm font-medium text-gray-700 hover:bg-gray-50">Previous</a>
<a href="#" class="relative ml-3 inline-flex items-center rounded-md border border-gray-300 bg-white px-4 py-2 text-sm font-medium text-gray-700 hover:bg-gray-50">Next</a>
</div>
<div class="hidden sm:flex sm:flex-1 sm:items-center sm:justify-between">
<div>
<p class="text-sm text-gray-700">
Showing
12:21:03.467 Initializing build environment. This may take up to a few minutes to complete
12:23:08.017 Success: Finished initializing build environment
12:23:08.017 Cloning repository...
12:23:09.873 Success: Finished cloning repository files
12:23:10.072 Installing dependencies
12:23:10.075 Python version set to 2.7
12:23:10.614 Attempting node version '16.13.0' from .nvmrc
12:23:11.303 Downloading and installing node v16.13.0...
12:23:11.522 Downloading https://nodejs.org/dist/v16.13.0/node-v16.13.0-linux-x64.tar.xz...
12:23:11.909 Computing checksum with sha256sum
{
"success": true,
"message": "PatientNotifications retrieve",
"notifications": [{
"patientAppointment": {
"clinicNotes": null,
"createdAt": 1623162351,
"followUpDate": null,
"giQuestionnaire": null,
"hospitalMrn": null,
{
"success": true,
"message": "PatientNotifications retrieve",
"notifications": [{
"lastViewedBy": {
"first": "Elisa",
"last": "Amarelle",
"email": "[email protected]"
},
"patientAppointment": {
[
{
"id": "2901:99",
"text": "Projects - empty state",
"type": "FRAME",
"children": [
{
"id": "2901:100",
"text": "Rectangle 88",
"type": "RECTANGLE",
[
{
"id": "2901:99",
"text": "Projects - empty state",
"type": "FRAME",
"children": [
{
"id": "2901:100",
"text": "Rectangle 88",
"type": "RECTANGLE",

Font Face

A mixin for writing @font-face rules in SASS.

Usage

Create a font face rule. Embedded OpenType, WOFF2, WOFF, TrueType, and SVG files are automatically sourced.

@include font-face(Samplino, fonts/Samplino);